Html Css Color HEX #F0BDE1 French Lilac

📋 copy color: '#F0BDE1'

red 240 ◦ green 189 ◦ blue 225

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

Shades of French Lilac #F0BDE1

Tints of French Lilac #F0BDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.4%

R = 36.7%
G = 28.9%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F0BDE1 (or 0xF0BDE1) is known color: French Lilac. HEX triplet: F0, BD and E1. RGB value is (240,189,225). Sum of RGB (Red+Green+Blue) = 240+189+225=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDE1 is #0F421E. Grayscale: #D0D0D0. Windows color (decimal): -999967 or 14794224. OLE color: 14794224.

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

Color convert

RGB 240 189 225 -
CMYK 0 0.21 0.06 0.06
HSL 317.65º 0.63% 0.84% -
HSV(B) 317.65º 0.21% 0.94% -
XYZ 67.72 60.36 79.31 -
YUV 208.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 240 189 225 0 0.21 0.06 0.06 317.65 0.63 0.84
Hex F0 BD E1 0 15 6 6 13E 3F 54
Octal 360 275 341 0 25 6 6 476 77 124
Binary 11110000 10111101 11100001 0 10101 110 110 100111110 111111 1010100

Color Harmonies of #F0BDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDE1

Black with #F0BDE1

Text Example


Text Example

White with #F0BDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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