Html Css Color HEX #F2BDED French Lilac

📋 copy color: '#F2BDED'

red 242 ◦ green 189 ◦ blue 237

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

Shades of French Lilac #F2BDED

Tints of French Lilac #F2BDED

RGB

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

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

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

R = 36.23%
G = 28.29%
B = 35.48%

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

#F2BDED (or 0xF2BDED) is known color: French Lilac. HEX triplet: F2, BD and ED. RGB value is (242,189,237). Sum of RGB (Red+Green+Blue) = 242+189+237=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDED is #0D4212. Grayscale: #D2D2D2. Windows color (decimal): -868883 or 15580658. OLE color: 15580658.

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

Color convert

RGB 242 189 237 -
CMYK 0 0.22 0.02 0.05
HSL 305.66º 0.67% 0.85% -
HSV(B) 305.66º 0.22% 0.95% -
XYZ 70.1 61.39 88.27 -
YUV 210.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 242 189 237 0 0.22 0.02 0.05 305.66 0.67 0.85
Hex F2 BD ED 0 16 2 5 132 43 55
Octal 362 275 355 0 26 2 5 462 103 125
Binary 11110010 10111101 11101101 0 10110 10 101 100110010 1000011 1010101

Color Harmonies of #F2BDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDED

Black with #F2BDED

Text Example


Text Example

White with #F2BDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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