Html Css Color HEX #FFCFDB Pink Lace

📋 copy color: '#FFCFDB'

red 255 ◦ green 207 ◦ blue 219

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

Shades of Pink Lace #FFCFDB

Tints of Pink Lace #FFCFDB

RGB

 RED value IS 255 (100% from 255) = 37.44%

 GREEN value IS 207 (81.25% from 255) = 30.4%

 BLUE value IS 219 (85.94% from 255) = 32.16%

R = 37.44%
G = 30.4%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFCFDB (or 0xFFCFDB) is known color: Pink Lace. HEX triplet: FF, CF and DB. RGB value is (255,207,219). Sum of RGB (Red+Green+Blue) = 255+207+219=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFDB is #003024. Grayscale: #DEDEDE. Windows color (decimal): -12325 or 14405631. OLE color: 14405631.

HSL color Cylindrical-coordinate representation of color #FFCFDB: hue angle of 345º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCFDB is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 207 219 -
CMYK 0 0.19 0.14 0
HSL 345º 1% 0.91% -
HSV(B) 345º 0.19% 1% -
XYZ 76.34 71 76.7 -
YUV 222.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 255 207 219 0 0.19 0.14 0 345 1 0.91
Hex FF CF DB 0 13 E 0 159 64 5B
Octal 377 317 333 0 23 16 0 531 144 133
Binary 11111111 11001111 11011011 0 10011 1110 0 101011001 1100100 1011011

Color Harmonies of #FFCFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFDB

Black with #FFCFDB

Text Example


Text Example

White with #FFCFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFDB; }

 p { color: rgb(255,207,219); }

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

background-color css

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

 a { background-color: rgb(255,207,219); }

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

border-color css

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

 span { border-color: rgb(255,207,219); }

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