Html Css Color HEX #FCDAC7 Karry

📋 copy color: '#FCDAC7'

red 252 ◦ green 218 ◦ blue 199

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

Shades of Karry #FCDAC7

Tints of Karry #FCDAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 29.75%

R = 37.67%
G = 32.59%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCDAC7 (or 0xFCDAC7) is known color: Karry. HEX triplet: FC, DA and C7. RGB value is (252,218,199). Sum of RGB (Red+Green+Blue) = 252+218+199=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 199 (78.12% from 255 or 29.75% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAC7 is #032538. Grayscale: #E2E2E2. Windows color (decimal): -206137 or 13097724. OLE color: 13097724.

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

Color convert

RGB 252 218 199 -
CMYK 0 0.13 0.21 0.01
HSL 21.51º 0.9% 0.88% -
HSV(B) 21.51º 0.21% 0.99% -
XYZ 75.53 74.96 64.52 -
YUV 226 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 252 218 199 0 0.13 0.21 0.01 21.51 0.9 0.88
Hex FC DA C7 0 D 15 1 16 5A 58
Octal 374 332 307 0 15 25 1 26 132 130
Binary 11111100 11011010 11000111 0 1101 10101 1 10110 1011010 1011000

Color Harmonies of #FCDAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAC7

Black with #FCDAC7

Text Example


Text Example

White with #FCDAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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