Html Css Color HEX #FCDDA1 Cape Honey

📋 copy color: '#FCDDA1'

red 252 ◦ green 221 ◦ blue 161

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

Shades of Cape Honey #FCDDA1

Tints of Cape Honey #FCDDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.39%

R = 39.75%
G = 34.86%
B = 25.39%

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

#FCDDA1 (or 0xFCDDA1) is known color: Cape Honey. HEX triplet: FC, DD and A1. RGB value is (252,221,161). Sum of RGB (Red+Green+Blue) = 252+221+161=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 161 (63.28% from 255 or 25.39% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDA1 is #03225E. Grayscale: #DFDFDF. Windows color (decimal): -205407 or 10608124. OLE color: 10608124.

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

Color convert

RGB 252 221 161 -
CMYK 0 0.12 0.36 0.01
HSL 39.56º 0.94% 0.81% -
HSV(B) 39.56º 0.36% 0.99% -
XYZ 72.43 74.98 44.37 -
YUV 223.43 92.77 148.38 -
System Red Green Blue C M Y K H S L
Decimal 252 221 161 0 0.12 0.36 0.01 39.56 0.94 0.81
Hex FC DD A1 0 C 24 1 28 5E 51
Octal 374 335 241 0 14 44 1 50 136 121
Binary 11111100 11011101 10100001 0 1100 100100 1 101000 1011110 1010001

Color Harmonies of #FCDDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDA1

Black with #FCDDA1

Text Example


Text Example

White with #FCDDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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