Html Css Color HEX #F0CDD6 Pink Lace

📋 copy color: '#F0CDD6'

red 240 ◦ green 205 ◦ blue 214

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

Shades of Pink Lace #F0CDD6

Tints of Pink Lace #F0CDD6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.11%

 BLUE value IS 214 (83.98% from 255) = 32.47%

R = 36.42%
G = 31.11%
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

#F0CDD6 (or 0xF0CDD6) is known color: Pink Lace. HEX triplet: F0, CD and D6. RGB value is (240,205,214). Sum of RGB (Red+Green+Blue) = 240+205+214=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDD6 is #0F3229. Grayscale: #D8D8D8. Windows color (decimal): -995882 or 14077424. OLE color: 14077424.

HSL color Cylindrical-coordinate representation of color #F0CDD6: hue angle of 344.57º degrees, saturation: 0.54, 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 #F0CDD6 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 205 214 -
CMYK 0 0.15 0.11 0.06
HSL 344.57º 0.54% 0.87% -
HSV(B) 344.57º 0.15% 0.94% -
XYZ 69.9 67.04 72.87 -
YUV 216.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 240 205 214 0 0.15 0.11 0.06 344.57 0.54 0.87
Hex F0 CD D6 0 F B 6 159 36 57
Octal 360 315 326 0 17 13 6 531 66 127
Binary 11110000 11001101 11010110 0 1111 1011 110 101011001 110110 1010111

Color Harmonies of #F0CDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CDD6

Black with #F0CDD6

Text Example


Text Example

White with #F0CDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CDD6; }

 p { color: rgb(240,205,214); }

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

background-color css

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

 a { background-color: rgb(240,205,214); }

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

border-color css

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

 span { border-color: rgb(240,205,214); }

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