Html Css Color HEX #FCDBA3 Cape Honey

📋 copy color: '#FCDBA3'

red 252 ◦ green 219 ◦ blue 163

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

Shades of Cape Honey #FCDBA3

Tints of Cape Honey #FCDBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 25.71%

R = 39.75%
G = 34.54%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCDBA3 (or 0xFCDBA3) is known color: Cape Honey. HEX triplet: FC, DB and A3. RGB value is (252,219,163). Sum of RGB (Red+Green+Blue) = 252+219+163=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 163 (64.06% from 255 or 25.71% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDBA3 is #03245C. Grayscale: #DEDEDE. Windows color (decimal): -205917 or 10738684. OLE color: 10738684.

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

Color convert

RGB 252 219 163 -
CMYK 0 0.13 0.35 0.01
HSL 37.75º 0.94% 0.81% -
HSV(B) 37.75º 0.35% 0.99% -
XYZ 72.09 74 45.13 -
YUV 222.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 252 219 163 0 0.13 0.35 0.01 37.75 0.94 0.81
Hex FC DB A3 0 D 23 1 26 5E 51
Octal 374 333 243 0 15 43 1 46 136 121
Binary 11111100 11011011 10100011 0 1101 100011 1 100110 1011110 1010001

Color Harmonies of #FCDBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBA3

Black with #FCDBA3

Text Example


Text Example

White with #FCDBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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