Html Css Color HEX #F2C2EA French Lilac

📋 copy color: '#F2C2EA'

red 242 ◦ green 194 ◦ blue 234

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

Shades of French Lilac #F2C2EA

Tints of French Lilac #F2C2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.93%

R = 36.12%
G = 28.96%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2C2EA (or 0xF2C2EA) is known color: French Lilac. HEX triplet: F2, C2 and EA. RGB value is (242,194,234). Sum of RGB (Red+Green+Blue) = 242+194+234=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 194 (76.17% from 255 or 28.96% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C2EA is #0D3D15. Grayscale: #D4D4D4. Windows color (decimal): -867606 or 15385330. OLE color: 15385330.

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

Color convert

RGB 242 194 234 -
CMYK 0 0.20 0.03 0.05
HSL 310º 0.65% 0.85% -
HSV(B) 310º 0.2% 0.95% -
XYZ 70.76 63.4 86.35 -
YUV 212.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 242 194 234 0 0.20 0.03 0.05 310 0.65 0.85
Hex F2 C2 EA 0 14 3 5 136 41 55
Octal 362 302 352 0 24 3 5 466 101 125
Binary 11110010 11000010 11101010 0 10100 11 101 100110110 1000001 1010101

Color Harmonies of #F2C2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C2EA

Black with #F2C2EA

Text Example


Text Example

White with #F2C2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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