Html Css Color HEX #F2A8DC Lavender Rose

📋 copy color: '#F2A8DC'

red 242 ◦ green 168 ◦ blue 220

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

Shades of Lavender Rose #F2A8DC

Tints of Lavender Rose #F2A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.67%

 BLUE value IS 220 (86.33% from 255) = 34.92%

R = 38.41%
G = 26.67%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2A8DC (or 0xF2A8DC) is known color: Lavender Rose. HEX triplet: F2, A8 and DC. RGB value is (242,168,220). Sum of RGB (Red+Green+Blue) = 242+168+220=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A8DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A8DC is #0D5723. Grayscale: #C3C3C3. Windows color (decimal): -874276 or 14461170. OLE color: 14461170.

HSL color Cylindrical-coordinate representation of color #F2A8DC: hue angle of 317.84º 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 #F2A8DC is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 168 220 -
CMYK 0 0.31 0.09 0.05
HSL 317.84º 0.74% 0.8% -
HSV(B) 317.84º 0.31% 0.95% -
XYZ 63.54 52.05 74.41 -
YUV 196.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 242 168 220 0 0.31 0.09 0.05 317.84 0.74 0.8
Hex F2 A8 DC 0 1F 9 5 13E 4A 50
Octal 362 250 334 0 37 11 5 476 112 120
Binary 11110010 10101000 11011100 0 11111 1001 101 100111110 1001010 1010000

Color Harmonies of #F2A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A8DC

Black with #F2A8DC

Text Example


Text Example

White with #F2A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A8DC; }

 p { color: rgb(242,168,220); }

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

background-color css

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

 a { background-color: rgb(242,168,220); }

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

border-color css

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

 span { border-color: rgb(242,168,220); }

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