Html Css Color HEX #FCDACF Pippin

📋 copy color: '#FCDACF'

red 252 ◦ green 218 ◦ blue 207

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

Shades of Pippin #FCDACF

Tints of Pippin #FCDACF

RGB

 RED value IS 252 (98.83% from 255) = 37.22%

 GREEN value IS 218 (85.55% from 255) = 32.2%

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

R = 37.22%
G = 32.2%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCDACF (or 0xFCDACF) is known color: Pippin. HEX triplet: FC, DA and CF. RGB value is (252,218,207). Sum of RGB (Red+Green+Blue) = 252+218+207=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDACF is #032530. Grayscale: #E2E2E2. Windows color (decimal): -206129 or 13622012. OLE color: 13622012.

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

Color convert

RGB 252 218 207 -
CMYK 0 0.13 0.18 0.01
HSL 14.67º 0.88% 0.9% -
HSV(B) 14.67º 0.18% 0.99% -
XYZ 76.48 75.34 69.54 -
YUV 226.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 252 218 207 0 0.13 0.18 0.01 14.67 0.88 0.9
Hex FC DA CF 0 D 12 1 F 58 5A
Octal 374 332 317 0 15 22 1 17 130 132
Binary 11111100 11011010 11001111 0 1101 10010 1 1111 1011000 1011010

Color Harmonies of #FCDACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDACF

Black with #FCDACF

Text Example


Text Example

White with #FCDACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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