Html Css Color HEX #FCDBA1 Cape Honey

📋 copy color: '#FCDBA1'

red 252 ◦ green 219 ◦ blue 161

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

Shades of Cape Honey #FCDBA1

Tints of Cape Honey #FCDBA1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.65%

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

R = 39.87%
G = 34.65%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCDBA1 (or 0xFCDBA1) is known color: Cape Honey. HEX triplet: FC, DB and A1. RGB value is (252,219,161). Sum of RGB (Red+Green+Blue) = 252+219+161=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 161 (63.28% from 255 or 25.47% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDBA1 is #03245E. Grayscale: #DEDEDE. Windows color (decimal): -205919 or 10607612. OLE color: 10607612.

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

Color convert

RGB 252 219 161 -
CMYK 0 0.13 0.36 0.01
HSL 38.24º 0.94% 0.81% -
HSV(B) 38.24º 0.36% 0.99% -
XYZ 71.91 73.93 44.2 -
YUV 222.26 93.43 149.22 -
System Red Green Blue C M Y K H S L
Decimal 252 219 161 0 0.13 0.36 0.01 38.24 0.94 0.81
Hex FC DB A1 0 D 24 1 26 5E 51
Octal 374 333 241 0 15 44 1 46 136 121
Binary 11111100 11011011 10100001 0 1101 100100 1 100110 1011110 1010001

Color Harmonies of #FCDBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBA1

Black with #FCDBA1

Text Example


Text Example

White with #FCDBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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