Html Css Color HEX #FDCFDA Pink Lace

📋 copy color: '#FDCFDA'

red 253 ◦ green 207 ◦ blue 218

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

Shades of Pink Lace #FDCFDA

Tints of Pink Lace #FDCFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.15%

R = 37.32%
G = 30.53%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDCFDA (or 0xFDCFDA) is known color: Pink Lace. HEX triplet: FD, CF and DA. RGB value is (253,207,218). Sum of RGB (Red+Green+Blue) = 253+207+218=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFDA is #023025. Grayscale: #DEDEDE. Windows color (decimal): -143398 or 14340093. OLE color: 14340093.

HSL color Cylindrical-coordinate representation of color #FDCFDA: hue angle of 345.65º 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 #FDCFDA is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 207 218 -
CMYK 0 0.18 0.14 0.01
HSL 345.65º 0.92% 0.9% -
HSV(B) 345.65º 0.18% 0.99% -
XYZ 75.48 70.57 75.97 -
YUV 222.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 253 207 218 0 0.18 0.14 0.01 345.65 0.92 0.9
Hex FD CF DA 0 12 E 1 15A 5C 5A
Octal 375 317 332 0 22 16 1 532 134 132
Binary 11111101 11001111 11011010 0 10010 1110 1 101011010 1011100 1011010

Color Harmonies of #FDCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFDA

Black with #FDCFDA

Text Example


Text Example

White with #FDCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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