Html Css Color HEX #FDCFDD Pink Lace

📋 copy color: '#FDCFDD'

red 253 ◦ green 207 ◦ blue 221

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

Shades of Pink Lace #FDCFDD

Tints of Pink Lace #FDCFDD

RGB

 RED value IS 253 (99.22% from 255) = 37.15%

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

 BLUE value IS 221 (86.72% from 255) = 32.45%

R = 37.15%
G = 30.4%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDCFDD (or 0xFDCFDD) is known color: Pink Lace. HEX triplet: FD, CF and DD. RGB value is (253,207,221). Sum of RGB (Red+Green+Blue) = 253+207+221=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFDD is #023022. Grayscale: #DEDEDE. Windows color (decimal): -143395 or 14536701. OLE color: 14536701.

HSL color Cylindrical-coordinate representation of color #FDCFDD: hue angle of 341.74º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFDD is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 207 221 -
CMYK 0 0.18 0.13 0.01
HSL 341.74º 0.92% 0.9% -
HSV(B) 341.74º 0.18% 0.99% -
XYZ 75.87 70.73 78.06 -
YUV 222.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 253 207 221 0 0.18 0.13 0.01 341.74 0.92 0.9
Hex FD CF DD 0 12 D 1 156 5C 5A
Octal 375 317 335 0 22 15 1 526 134 132
Binary 11111101 11001111 11011101 0 10010 1101 1 101010110 1011100 1011010

Color Harmonies of #FDCFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFDD

Black with #FDCFDD

Text Example


Text Example

White with #FDCFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFDD; }

 p { color: rgb(253,207,221); }

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

background-color css

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

 a { background-color: rgb(253,207,221); }

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

border-color css

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

 span { border-color: rgb(253,207,221); }

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