Html Css Color HEX #F2BDE7 French Lilac

📋 copy color: '#F2BDE7'

red 242 ◦ green 189 ◦ blue 231

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

Shades of French Lilac #F2BDE7

Tints of French Lilac #F2BDE7

RGB

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

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

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

R = 36.56%
G = 28.55%
B = 34.89%

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

#F2BDE7 (or 0xF2BDE7) is known color: French Lilac. HEX triplet: F2, BD and E7. RGB value is (242,189,231). Sum of RGB (Red+Green+Blue) = 242+189+231=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDE7 is #0D4218. Grayscale: #D1D1D1. Windows color (decimal): -868889 or 15187442. OLE color: 15187442.

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

Color convert

RGB 242 189 231 -
CMYK 0 0.22 0.05 0.05
HSL 312.45º 0.67% 0.85% -
HSV(B) 312.45º 0.22% 0.95% -
XYZ 69.24 61.04 83.73 -
YUV 209.64 140.06 151.08 -
System Red Green Blue C M Y K H S L
Decimal 242 189 231 0 0.22 0.05 0.05 312.45 0.67 0.85
Hex F2 BD E7 0 16 5 5 138 43 55
Octal 362 275 347 0 26 5 5 470 103 125
Binary 11110010 10111101 11100111 0 10110 101 101 100111000 1000011 1010101

Color Harmonies of #F2BDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDE7

Black with #F2BDE7

Text Example


Text Example

White with #F2BDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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