Html Css Color HEX #FCDDA2 Cape Honey

📋 copy color: '#FCDDA2'

red 252 ◦ green 221 ◦ blue 162

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

Shades of Cape Honey #FCDDA2

Tints of Cape Honey #FCDDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.51%

R = 39.69%
G = 34.8%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCDDA2 (or 0xFCDDA2) is known color: Cape Honey. HEX triplet: FC, DD and A2. RGB value is (252,221,162). Sum of RGB (Red+Green+Blue) = 252+221+162=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDA2 is #03225D. Grayscale: #DFDFDF. Windows color (decimal): -205406 or 10673660. OLE color: 10673660.

HSL color Cylindrical-coordinate representation of color #FCDDA2: hue angle of 39.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCDDA2 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 221 162 -
CMYK 0 0.12 0.36 0.01
HSL 39.33º 0.94% 0.81% -
HSV(B) 39.33º 0.36% 0.99% -
XYZ 72.52 75.02 44.84 -
YUV 223.54 93.27 148.3 -
System Red Green Blue C M Y K H S L
Decimal 252 221 162 0 0.12 0.36 0.01 39.33 0.94 0.81
Hex FC DD A2 0 C 24 1 27 5E 51
Octal 374 335 242 0 14 44 1 47 136 121
Binary 11111100 11011101 10100010 0 1100 100100 1 100111 1011110 1010001

Color Harmonies of #FCDDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDA2

Black with #FCDDA2

Text Example


Text Example

White with #FCDDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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