Html Css Color HEX #F2BCE7 French Lilac

📋 copy color: '#F2BCE7'

red 242 ◦ green 188 ◦ blue 231

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

Shades of French Lilac #F2BCE7

Tints of French Lilac #F2BCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.95%

R = 36.61%
G = 28.44%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2BCE7 (or 0xF2BCE7) is known color: French Lilac. HEX triplet: F2, BC and E7. RGB value is (242,188,231). Sum of RGB (Red+Green+Blue) = 242+188+231=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCE7 is #0D4318. Grayscale: #D0D0D0. Windows color (decimal): -869145 or 15187186. OLE color: 15187186.

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

Color convert

RGB 242 188 231 -
CMYK 0 0.22 0.05 0.05
HSL 312.22º 0.68% 0.84% -
HSV(B) 312.22º 0.22% 0.95% -
XYZ 69.02 60.61 83.66 -
YUV 209.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 242 188 231 0 0.22 0.05 0.05 312.22 0.68 0.84
Hex F2 BC E7 0 16 5 5 138 44 54
Octal 362 274 347 0 26 5 5 470 104 124
Binary 11110010 10111100 11100111 0 10110 101 101 100111000 1000100 1010100

Color Harmonies of #F2BCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BCE7

Black with #F2BCE7

Text Example


Text Example

White with #F2BCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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