Html Css Color HEX #F2A7DE Lavender Rose

📋 copy color: '#F2A7DE'

red 242 ◦ green 167 ◦ blue 222

#F2A7DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #F2A7DE

Tints of Lavender Rose #F2A7DE

RGB

 RED value IS 242 (94.92% from 255) = 38.35%

 GREEN value IS 167 (65.63% from 255) = 26.47%

 BLUE value IS 222 (87.11% from 255) = 35.18%

R = 38.35%
G = 26.47%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2A7DE (or 0xF2A7DE) is known color: Lavender Rose. HEX triplet: F2, A7 and DE. RGB value is (242,167,222). Sum of RGB (Red+Green+Blue) = 242+167+222=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 167 (65.62% from 255 or 26.47% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A7DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A7DE is #0D5821. Grayscale: #C3C3C3. Windows color (decimal): -874530 or 14591986. OLE color: 14591986.

HSL color Cylindrical-coordinate representation of color #F2A7DE: hue angle of 316º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A7DE is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 167 222 -
CMYK 0 0.31 0.08 0.05
HSL 316º 0.74% 0.8% -
HSV(B) 316º 0.31% 0.95% -
XYZ 63.62 51.79 75.75 -
YUV 195.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 242 167 222 0 0.31 0.08 0.05 316 0.74 0.8
Hex F2 A7 DE 0 1F 8 5 13C 4A 50
Octal 362 247 336 0 37 10 5 474 112 120
Binary 11110010 10100111 11011110 0 11111 1000 101 100111100 1001010 1010000

Color Harmonies of #F2A7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A7DE

Black with #F2A7DE

Text Example


Text Example

White with #F2A7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A7DE; }

 p { color: rgb(242,167,222); }

 H1.HeaderClassName
 {
   color: #F2A7DE;
 }
 .AnyTagClassName
 {
   color: #F2A7DE;
 }
</style>

background-color css

<style>
 a { background-color: #F2A7DE; }

 a { background-color: rgb(242,167,222); }

 div.DivClassName
 {
   background-color: #F2A7DE;
 }
 .BgClassName
 {
   background-color: #F2A7DE;
 }
</style>

border-color css

<style>
 span { border-color: #F2A7DE; }

 span { border-color: rgb(242,167,222); }

 td.TdClassName
 {
   border-color: #F2A7DE;
 }
 .TagClassName
 {
   border-color: #F2A7DE;
 }
</style>