Html Css Color HEX #F2BDEC French Lilac

📋 copy color: '#F2BDEC'

red 242 ◦ green 189 ◦ blue 236

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

Shades of French Lilac #F2BDEC

Tints of French Lilac #F2BDEC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.34%

 BLUE value IS 236 (92.58% from 255) = 35.38%

R = 36.28%
G = 28.34%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2BDEC (or 0xF2BDEC) is known color: French Lilac. HEX triplet: F2, BD and EC. RGB value is (242,189,236). Sum of RGB (Red+Green+Blue) = 242+189+236=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDEC is #0D4213. Grayscale: #D2D2D2. Windows color (decimal): -868884 or 15515122. OLE color: 15515122.

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

Color convert

RGB 242 189 236 -
CMYK 0 0.22 0.02 0.05
HSL 306.79º 0.67% 0.85% -
HSV(B) 306.79º 0.22% 0.95% -
XYZ 69.96 61.33 87.51 -
YUV 210.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 242 189 236 0 0.22 0.02 0.05 306.79 0.67 0.85
Hex F2 BD EC 0 16 2 5 133 43 55
Octal 362 275 354 0 26 2 5 463 103 125
Binary 11110010 10111101 11101100 0 10110 10 101 100110011 1000011 1010101

Color Harmonies of #F2BDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDEC

Black with #F2BDEC

Text Example


Text Example

White with #F2BDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDEC; }

 p { color: rgb(242,189,236); }

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

background-color css

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

 a { background-color: rgb(242,189,236); }

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

border-color css

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

 span { border-color: rgb(242,189,236); }

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