Html Css Color HEX #F2BDE3 French Lilac

📋 copy color: '#F2BDE3'

red 242 ◦ green 189 ◦ blue 227

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

Shades of French Lilac #F2BDE3

Tints of French Lilac #F2BDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.5%

R = 36.78%
G = 28.72%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F2BDE3 (or 0xF2BDE3) is known color: French Lilac. HEX triplet: F2, BD and E3. RGB value is (242,189,227). Sum of RGB (Red+Green+Blue) = 242+189+227=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDE3 is #0D421C. Grayscale: #D1D1D1. Windows color (decimal): -868893 or 14925298. OLE color: 14925298.

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

Color convert

RGB 242 189 227 -
CMYK 0 0.22 0.06 0.05
HSL 316.98º 0.67% 0.85% -
HSV(B) 316.98º 0.22% 0.95% -
XYZ 68.68 60.82 80.79 -
YUV 209.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 242 189 227 0 0.22 0.06 0.05 316.98 0.67 0.85
Hex F2 BD E3 0 16 6 5 13D 43 55
Octal 362 275 343 0 26 6 5 475 103 125
Binary 11110010 10111101 11100011 0 10110 110 101 100111101 1000011 1010101

Color Harmonies of #F2BDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDE3

Black with #F2BDE3

Text Example


Text Example

White with #F2BDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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