Html Css Color HEX #F0CBD5 Pink Lace

📋 copy color: '#F0CBD5'

red 240 ◦ green 203 ◦ blue 213

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

Shades of Pink Lace #F0CBD5

Tints of Pink Lace #F0CBD5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.95%

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

R = 36.59%
G = 30.95%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F0CBD5 (or 0xF0CBD5) is known color: Pink Lace. HEX triplet: F0, CB and D5. RGB value is (240,203,213). Sum of RGB (Red+Green+Blue) = 240+203+213=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBD5 is #0F342A. Grayscale: #D7D7D7. Windows color (decimal): -996395 or 14011376. OLE color: 14011376.

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

Color convert

RGB 240 203 213 -
CMYK 0 0.15 0.11 0.06
HSL 343.78º 0.55% 0.87% -
HSV(B) 343.78º 0.15% 0.94% -
XYZ 69.3 66.04 72.05 -
YUV 215.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 240 203 213 0 0.15 0.11 0.06 343.78 0.55 0.87
Hex F0 CB D5 0 F B 6 158 37 57
Octal 360 313 325 0 17 13 6 530 67 127
Binary 11110000 11001011 11010101 0 1111 1011 110 101011000 110111 1010111

Color Harmonies of #F0CBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBD5

Black with #F0CBD5

Text Example


Text Example

White with #F0CBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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