Html Css Color HEX #FCDAC4 Karry

📋 copy color: '#FCDAC4'

red 252 ◦ green 218 ◦ blue 196

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

Shades of Karry #FCDAC4

Tints of Karry #FCDAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 29.43%

R = 37.84%
G = 32.73%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCDAC4 (or 0xFCDAC4) is known color: Karry. HEX triplet: FC, DA and C4. RGB value is (252,218,196). Sum of RGB (Red+Green+Blue) = 252+218+196=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 196 (76.95% from 255 or 29.43% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAC4 is #03253B. Grayscale: #E1E1E1. Windows color (decimal): -206140 or 12901116. OLE color: 12901116.

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

Color convert

RGB 252 218 196 -
CMYK 0 0.13 0.22 0.01
HSL 23.57º 0.9% 0.88% -
HSV(B) 23.57º 0.22% 0.99% -
XYZ 75.18 74.82 62.7 -
YUV 225.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 252 218 196 0 0.13 0.22 0.01 23.57 0.9 0.88
Hex FC DA C4 0 D 16 1 18 5A 58
Octal 374 332 304 0 15 26 1 30 132 130
Binary 11111100 11011010 11000100 0 1101 10110 1 11000 1011010 1011000

Color Harmonies of #FCDAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAC4

Black with #FCDAC4

Text Example


Text Example

White with #FCDAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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