Html Css Color HEX #F2A9DF Lavender Rose

📋 copy color: '#F2A9DF'

red 242 ◦ green 169 ◦ blue 223

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

Shades of Lavender Rose #F2A9DF

Tints of Lavender Rose #F2A9DF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.66%

 BLUE value IS 223 (87.5% from 255) = 35.17%

R = 38.17%
G = 26.66%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2A9DF (or 0xF2A9DF) is known color: Lavender Rose. HEX triplet: F2, A9 and DF. RGB value is (242,169,223). Sum of RGB (Red+Green+Blue) = 242+169+223=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 169 (66.41% from 255 or 26.66% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A9DF is #0D5620. Grayscale: #C4C4C4. Windows color (decimal): -874017 or 14658034. OLE color: 14658034.

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

Color convert

RGB 242 169 223 -
CMYK 0 0.30 0.08 0.05
HSL 315.62º 0.74% 0.81% -
HSV(B) 315.62º 0.3% 0.95% -
XYZ 64.13 52.58 76.58 -
YUV 196.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 242 169 223 0 0.30 0.08 0.05 315.62 0.74 0.81
Hex F2 A9 DF 0 1E 8 5 13C 4A 51
Octal 362 251 337 0 36 10 5 474 112 121
Binary 11110010 10101001 11011111 0 11110 1000 101 100111100 1001010 1010001

Color Harmonies of #F2A9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A9DF

Black with #F2A9DF

Text Example


Text Example

White with #F2A9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A9DF; }

 p { color: rgb(242,169,223); }

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

background-color css

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

 a { background-color: rgb(242,169,223); }

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

border-color css

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

 span { border-color: rgb(242,169,223); }

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