Html Css Color HEX #FCD8C2 Karry

📋 copy color: '#FCD8C2'

red 252 ◦ green 216 ◦ blue 194

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

Shades of Karry #FCD8C2

Tints of Karry #FCD8C2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.63%

 BLUE value IS 194 (76.17% from 255) = 29.31%

R = 38.07%
G = 32.63%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCD8C2 (or 0xFCD8C2) is known color: Karry. HEX triplet: FC, D8 and C2. RGB value is (252,216,194). Sum of RGB (Red+Green+Blue) = 252+216+194=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 194 (76.17% from 255 or 29.31% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8C2 is #03273D. Grayscale: #E0E0E0. Windows color (decimal): -206654 or 12769532. OLE color: 12769532.

HSL color Cylindrical-coordinate representation of color #FCD8C2: hue angle of 22.76º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCD8C2 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 216 194 -
CMYK 0 0.14 0.23 0.01
HSL 22.76º 0.91% 0.87% -
HSV(B) 22.76º 0.23% 0.99% -
XYZ 74.44 73.7 61.34 -
YUV 224.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 252 216 194 0 0.14 0.23 0.01 22.76 0.91 0.87
Hex FC D8 C2 0 E 17 1 17 5B 57
Octal 374 330 302 0 16 27 1 27 133 127
Binary 11111100 11011000 11000010 0 1110 10111 1 10111 1011011 1010111

Color Harmonies of #FCD8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8C2

Black with #FCD8C2

Text Example


Text Example

White with #FCD8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8C2; }

 p { color: rgb(252,216,194); }

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

background-color css

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

 a { background-color: rgb(252,216,194); }

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

border-color css

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

 span { border-color: rgb(252,216,194); }

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