Html Css Color HEX #FCDC9F Cape Honey

📋 copy color: '#FCDC9F'

red 252 ◦ green 220 ◦ blue 159

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

Shades of Cape Honey #FCDC9F

Tints of Cape Honey #FCDC9F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.87%

 BLUE value IS 159 (62.5% from 255) = 25.2%

R = 39.94%
G = 34.87%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCDC9F (or 0xFCDC9F) is known color: Cape Honey. HEX triplet: FC, DC and 9F. RGB value is (252,220,159). Sum of RGB (Red+Green+Blue) = 252+220+159=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 159 (62.5% from 255 or 25.20% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC9F is #032360. Grayscale: #DEDEDE. Windows color (decimal): -205665 or 10476796. OLE color: 10476796.

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

Color convert

RGB 252 220 159 -
CMYK 0 0.13 0.37 0.01
HSL 39.35º 0.94% 0.81% -
HSV(B) 39.35º 0.37% 0.99% -
XYZ 72 74.39 43.36 -
YUV 222.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 252 220 159 0 0.13 0.37 0.01 39.35 0.94 0.81
Hex FC DC 9F 0 D 25 1 27 5E 51
Octal 374 334 237 0 15 45 1 47 136 121
Binary 11111100 11011100 10011111 0 1101 100101 1 100111 1011110 1010001

Color Harmonies of #FCDC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC9F

Black with #FCDC9F

Text Example


Text Example

White with #FCDC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC9F; }

 p { color: rgb(252,220,159); }

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

background-color css

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

 a { background-color: rgb(252,220,159); }

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

border-color css

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

 span { border-color: rgb(252,220,159); }

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