Html Css Color HEX #F2C2E6 French Lilac

📋 copy color: '#F2C2E6'

red 242 ◦ green 194 ◦ blue 230

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

Shades of French Lilac #F2C2E6

Tints of French Lilac #F2C2E6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.13%

 BLUE value IS 230 (90.23% from 255) = 34.53%

R = 36.34%
G = 29.13%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2C2E6 (or 0xF2C2E6) is known color: French Lilac. HEX triplet: F2, C2 and E6. RGB value is (242,194,230). Sum of RGB (Red+Green+Blue) = 242+194+230=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 194 (76.17% from 255 or 29.13% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C2E6 is #0D3D19. Grayscale: #D4D4D4. Windows color (decimal): -867610 or 15123186. OLE color: 15123186.

HSL color Cylindrical-coordinate representation of color #F2C2E6: hue angle of 315º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2C2E6 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 194 230 -
CMYK 0 0.20 0.05 0.05
HSL 315º 0.65% 0.85% -
HSV(B) 315º 0.2% 0.95% -
XYZ 70.19 63.17 83.36 -
YUV 212.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 242 194 230 0 0.20 0.05 0.05 315 0.65 0.85
Hex F2 C2 E6 0 14 5 5 13B 41 55
Octal 362 302 346 0 24 5 5 473 101 125
Binary 11110010 11000010 11100110 0 10100 101 101 100111011 1000001 1010101

Color Harmonies of #F2C2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C2E6

Black with #F2C2E6

Text Example


Text Example

White with #F2C2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C2E6; }

 p { color: rgb(242,194,230); }

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

background-color css

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

 a { background-color: rgb(242,194,230); }

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

border-color css

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

 span { border-color: rgb(242,194,230); }

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