Html Css Color HEX #F2B5EA French Lilac

📋 copy color: '#F2B5EA'

red 242 ◦ green 181 ◦ blue 234

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

Shades of French Lilac #F2B5EA

Tints of French Lilac #F2B5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.55%

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

R = 36.83%
G = 27.55%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2B5EA (or 0xF2B5EA) is known color: French Lilac. HEX triplet: F2, B5 and EA. RGB value is (242,181,234). Sum of RGB (Red+Green+Blue) = 242+181+234=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 181 (71.09% from 255 or 27.55% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B5EA is #0D4A15. Grayscale: #CDCDCD. Windows color (decimal): -870934 or 15382002. OLE color: 15382002.

HSL color Cylindrical-coordinate representation of color #F2B5EA: hue angle of 307.87º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B5EA is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 181 234 -
CMYK 0 0.25 0.03 0.05
HSL 307.87º 0.7% 0.83% -
HSV(B) 307.87º 0.25% 0.95% -
XYZ 67.99 57.87 85.43 -
YUV 205.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 242 181 234 0 0.25 0.03 0.05 307.87 0.7 0.83
Hex F2 B5 EA 0 19 3 5 134 46 53
Octal 362 265 352 0 31 3 5 464 106 123
Binary 11110010 10110101 11101010 0 11001 11 101 100110100 1000110 1010011

Color Harmonies of #F2B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B5EA

Black with #F2B5EA

Text Example


Text Example

White with #F2B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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