Html Css Color HEX #FCDDC4 Karry

📋 copy color: '#FCDDC4'

red 252 ◦ green 221 ◦ blue 196

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

Shades of Karry #FCDDC4

Tints of Karry #FCDDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.03%

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

R = 37.67%
G = 33.03%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCDDC4 (or 0xFCDDC4) is known color: Karry. HEX triplet: FC, DD and C4. RGB value is (252,221,196). Sum of RGB (Red+Green+Blue) = 252+221+196=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 196 (76.95% from 255 or 29.30% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDC4 is #03223B. Grayscale: #E3E3E3. Windows color (decimal): -205372 or 12901884. OLE color: 12901884.

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

Color convert

RGB 252 221 196 -
CMYK 0 0.12 0.22 0.01
HSL 26.79º 0.9% 0.88% -
HSV(B) 26.79º 0.22% 0.99% -
XYZ 75.97 76.39 62.97 -
YUV 227.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 252 221 196 0 0.12 0.22 0.01 26.79 0.9 0.88
Hex FC DD C4 0 C 16 1 1B 5A 58
Octal 374 335 304 0 14 26 1 33 132 130
Binary 11111100 11011101 11000100 0 1100 10110 1 11011 1011010 1011000

Color Harmonies of #FCDDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDC4

Black with #FCDDC4

Text Example


Text Example

White with #FCDDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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