Html Css Color HEX #FCDAC6 Karry

📋 copy color: '#FCDAC6'

red 252 ◦ green 218 ◦ blue 198

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

Shades of Karry #FCDAC6

Tints of Karry #FCDAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 29.64%

R = 37.72%
G = 32.63%
B = 29.64%

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

#FCDAC6 (or 0xFCDAC6) is known color: Karry. HEX triplet: FC, DA and C6. RGB value is (252,218,198). Sum of RGB (Red+Green+Blue) = 252+218+198=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 198 (77.73% from 255 or 29.64% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAC6 is #032539. Grayscale: #E2E2E2. Windows color (decimal): -206138 or 13032188. OLE color: 13032188.

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

Color convert

RGB 252 218 198 -
CMYK 0 0.13 0.21 0.01
HSL 22.22º 0.9% 0.88% -
HSV(B) 22.22º 0.21% 0.99% -
XYZ 75.41 74.92 63.91 -
YUV 225.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 252 218 198 0 0.13 0.21 0.01 22.22 0.9 0.88
Hex FC DA C6 0 D 15 1 16 5A 58
Octal 374 332 306 0 15 25 1 26 132 130
Binary 11111100 11011010 11000110 0 1101 10101 1 10110 1011010 1011000

Color Harmonies of #FCDAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAC6

Black with #FCDAC6

Text Example


Text Example

White with #FCDAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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