Html Css Color HEX #F2BCED French Lilac

📋 copy color: '#F2BCED'

red 242 ◦ green 188 ◦ blue 237

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

Shades of French Lilac #F2BCED

Tints of French Lilac #F2BCED

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.19%

 BLUE value IS 237 (92.97% from 255) = 35.53%

R = 36.28%
G = 28.19%
B = 35.53%

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

#F2BCED (or 0xF2BCED) is known color: French Lilac. HEX triplet: F2, BC and ED. RGB value is (242,188,237). Sum of RGB (Red+Green+Blue) = 242+188+237=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCED is #0D4312. Grayscale: #D1D1D1. Windows color (decimal): -869139 or 15580402. OLE color: 15580402.

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

Color convert

RGB 242 188 237 -
CMYK 0 0.22 0.02 0.05
HSL 305.56º 0.68% 0.84% -
HSV(B) 305.56º 0.22% 0.95% -
XYZ 69.89 60.96 88.2 -
YUV 209.73 143.39 151.02 -
System Red Green Blue C M Y K H S L
Decimal 242 188 237 0 0.22 0.02 0.05 305.56 0.68 0.84
Hex F2 BC ED 0 16 2 5 132 44 54
Octal 362 274 355 0 26 2 5 462 104 124
Binary 11110010 10111100 11101101 0 10110 10 101 100110010 1000100 1010100

Color Harmonies of #F2BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BCED

Black with #F2BCED

Text Example


Text Example

White with #F2BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BCED; }

 p { color: rgb(242,188,237); }

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

background-color css

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

 a { background-color: rgb(242,188,237); }

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

border-color css

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

 span { border-color: rgb(242,188,237); }

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