Html Css Color HEX #FCDCC1 Karry

📋 copy color: '#FCDCC1'

red 252 ◦ green 220 ◦ blue 193

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

Shades of Karry #FCDCC1

Tints of Karry #FCDCC1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.08%

 BLUE value IS 193 (75.78% from 255) = 29.02%

R = 37.89%
G = 33.08%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCDCC1 (or 0xFCDCC1) is known color: Karry. HEX triplet: FC, DC and C1. RGB value is (252,220,193). Sum of RGB (Red+Green+Blue) = 252+220+193=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCC1 is #03233E. Grayscale: #E2E2E2. Windows color (decimal): -205631 or 12705020. OLE color: 12705020.

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

Color convert

RGB 252 220 193 -
CMYK 0 0.13 0.23 0.01
HSL 27.46º 0.91% 0.87% -
HSV(B) 27.46º 0.23% 0.99% -
XYZ 75.36 75.73 61.1 -
YUV 226.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 252 220 193 0 0.13 0.23 0.01 27.46 0.91 0.87
Hex FC DC C1 0 D 17 1 1B 5B 57
Octal 374 334 301 0 15 27 1 33 133 127
Binary 11111100 11011100 11000001 0 1101 10111 1 11011 1011011 1010111

Color Harmonies of #FCDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCC1

Black with #FCDCC1

Text Example


Text Example

White with #FCDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCC1; }

 p { color: rgb(252,220,193); }

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

background-color css

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

 a { background-color: rgb(252,220,193); }

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

border-color css

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

 span { border-color: rgb(252,220,193); }

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