Html Css Color HEX #FFCFD9 Pink Lace

📋 copy color: '#FFCFD9'

red 255 ◦ green 207 ◦ blue 217

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

Shades of Pink Lace #FFCFD9

Tints of Pink Lace #FFCFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 31.96%

R = 37.56%
G = 30.49%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFCFD9 (or 0xFFCFD9) is known color: Pink Lace. HEX triplet: FF, CF and D9. RGB value is (255,207,217). Sum of RGB (Red+Green+Blue) = 255+207+217=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 217 (85.16% from 255 or 31.96% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFD9 is #003026. Grayscale: #DEDEDE. Windows color (decimal): -12327 or 14274559. OLE color: 14274559.

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

Color convert

RGB 255 207 217 -
CMYK 0 0.19 0.15 0
HSL 347.5º 1% 0.91% -
HSV(B) 347.5º 0.19% 1% -
XYZ 76.08 70.9 75.32 -
YUV 222.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 255 207 217 0 0.19 0.15 0 347.5 1 0.91
Hex FF CF D9 0 13 F 0 15C 64 5B
Octal 377 317 331 0 23 17 0 534 144 133
Binary 11111111 11001111 11011001 0 10011 1111 0 101011100 1100100 1011011

Color Harmonies of #FFCFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFD9

Black with #FFCFD9

Text Example


Text Example

White with #FFCFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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