Html Css Color HEX #FFCFD7 Pink Lace

📋 copy color: '#FFCFD7'

red 255 ◦ green 207 ◦ blue 215

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

Shades of Pink Lace #FFCFD7

Tints of Pink Lace #FFCFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.76%

R = 37.67%
G = 30.58%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFCFD7 (or 0xFFCFD7) is known color: Pink Lace. HEX triplet: FF, CF and D7. RGB value is (255,207,215). Sum of RGB (Red+Green+Blue) = 255+207+215=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 215 (84.38% from 255 or 31.76% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFD7 is #003028. Grayscale: #DEDEDE. Windows color (decimal): -12329 or 14143487. OLE color: 14143487.

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

Color convert

RGB 255 207 215 -
CMYK 0 0.19 0.16 0
HSL 350º 1% 0.91% -
HSV(B) 350º 0.19% 1% -
XYZ 75.82 70.79 73.96 -
YUV 222.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 255 207 215 0 0.19 0.16 0 350 1 0.91
Hex FF CF D7 0 13 10 0 15E 64 5B
Octal 377 317 327 0 23 20 0 536 144 133
Binary 11111111 11001111 11010111 0 10011 10000 0 101011110 1100100 1011011

Color Harmonies of #FFCFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFD7

Black with #FFCFD7

Text Example


Text Example

White with #FFCFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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