Html Css Color HEX #F0CED5 Pink Lace

📋 copy color: '#F0CED5'

red 240 ◦ green 206 ◦ blue 213

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

Shades of Pink Lace #F0CED5

Tints of Pink Lace #F0CED5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.26%

 BLUE value IS 213 (83.59% from 255) = 32.32%

R = 36.42%
G = 31.26%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F0CED5 (or 0xF0CED5) is known color: Pink Lace. HEX triplet: F0, CE and D5. RGB value is (240,206,213). Sum of RGB (Red+Green+Blue) = 240+206+213=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CED5 is #0F312A. Grayscale: #D8D8D8. Windows color (decimal): -995627 or 14012144. OLE color: 14012144.

HSL color Cylindrical-coordinate representation of color #F0CED5: hue angle of 347.65º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CED5 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 206 213 -
CMYK 0 0.14 0.11 0.06
HSL 347.65º 0.53% 0.87% -
HSV(B) 347.65º 0.14% 0.94% -
XYZ 70.02 67.47 72.28 -
YUV 216.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 240 206 213 0 0.14 0.11 0.06 347.65 0.53 0.87
Hex F0 CE D5 0 E B 6 15C 35 57
Octal 360 316 325 0 16 13 6 534 65 127
Binary 11110000 11001110 11010101 0 1110 1011 110 101011100 110101 1010111

Color Harmonies of #F0CED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CED5

Black with #F0CED5

Text Example


Text Example

White with #F0CED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CED5; }

 p { color: rgb(240,206,213); }

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

background-color css

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

 a { background-color: rgb(240,206,213); }

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

border-color css

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

 span { border-color: rgb(240,206,213); }

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