Html Css Color HEX #FCDDC6 Karry

📋 copy color: '#FCDDC6'

red 252 ◦ green 221 ◦ blue 198

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

Shades of Karry #FCDDC6

Tints of Karry #FCDDC6

RGB

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

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

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

R = 37.56%
G = 32.94%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCDDC6 (or 0xFCDDC6) is known color: Karry. HEX triplet: FC, DD and C6. RGB value is (252,221,198). Sum of RGB (Red+Green+Blue) = 252+221+198=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 198 (77.73% from 255 or 29.51% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDC6 is #032239. Grayscale: #E3E3E3. Windows color (decimal): -205370 or 13032956. OLE color: 13032956.

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

Color convert

RGB 252 221 198 -
CMYK 0 0.12 0.21 0.01
HSL 25.56º 0.9% 0.88% -
HSV(B) 25.56º 0.21% 0.99% -
XYZ 76.19 76.49 64.17 -
YUV 227.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 252 221 198 0 0.12 0.21 0.01 25.56 0.9 0.88
Hex FC DD C6 0 C 15 1 1A 5A 58
Octal 374 335 306 0 14 25 1 32 132 130
Binary 11111100 11011101 11000110 0 1100 10101 1 11010 1011010 1011000

Color Harmonies of #FCDDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDC6

Black with #FCDDC6

Text Example


Text Example

White with #FCDDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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