Html Css Color HEX #F0BDE5 French Lilac

📋 copy color: '#F0BDE5'

red 240 ◦ green 189 ◦ blue 229

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

Shades of French Lilac #F0BDE5

Tints of French Lilac #F0BDE5

RGB

 RED value IS 240 (94.14% from 255) = 36.47%

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

 BLUE value IS 229 (89.84% from 255) = 34.8%

R = 36.47%
G = 28.72%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F0BDE5 (or 0xF0BDE5) is known color: French Lilac. HEX triplet: F0, BD and E5. RGB value is (240,189,229). Sum of RGB (Red+Green+Blue) = 240+189+229=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDE5 is #0F421A. Grayscale: #D0D0D0. Windows color (decimal): -999963 or 15056368. OLE color: 15056368.

HSL color Cylindrical-coordinate representation of color #F0BDE5: hue angle of 312.94º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BDE5 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 189 229 -
CMYK 0 0.21 0.05 0.06
HSL 312.94º 0.63% 0.84% -
HSV(B) 312.94º 0.21% 0.94% -
XYZ 68.28 60.58 82.22 -
YUV 208.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 240 189 229 0 0.21 0.05 0.06 312.94 0.63 0.84
Hex F0 BD E5 0 15 5 6 139 3F 54
Octal 360 275 345 0 25 5 6 471 77 124
Binary 11110000 10111101 11100101 0 10101 101 110 100111001 111111 1010100

Color Harmonies of #F0BDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDE5

Black with #F0BDE5

Text Example


Text Example

White with #F0BDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDE5; }

 p { color: rgb(240,189,229); }

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

background-color css

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

 a { background-color: rgb(240,189,229); }

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

border-color css

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

 span { border-color: rgb(240,189,229); }

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