Html Css Color HEX #FCDC9E Cape Honey

📋 copy color: '#FCDC9E'

red 252 ◦ green 220 ◦ blue 158

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

Shades of Cape Honey #FCDC9E

Tints of Cape Honey #FCDC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.08%

R = 40%
G = 34.92%
B = 25.08%

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

#FCDC9E (or 0xFCDC9E) is known color: Cape Honey. HEX triplet: FC, DC and 9E. RGB value is (252,220,158). Sum of RGB (Red+Green+Blue) = 252+220+158=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 158 (62.11% from 255 or 25.08% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC9E is #032361. Grayscale: #DEDEDE. Windows color (decimal): -205666 or 10411260. OLE color: 10411260.

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

Color convert

RGB 252 220 158 -
CMYK 0 0.13 0.37 0.01
HSL 39.57º 0.94% 0.8% -
HSV(B) 39.57º 0.37% 0.99% -
XYZ 71.91 74.35 42.91 -
YUV 222.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 252 220 158 0 0.13 0.37 0.01 39.57 0.94 0.8
Hex FC DC 9E 0 D 25 1 28 5E 50
Octal 374 334 236 0 15 45 1 50 136 120
Binary 11111100 11011100 10011110 0 1101 100101 1 101000 1011110 1010000

Color Harmonies of #FCDC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC9E

Black with #FCDC9E

Text Example


Text Example

White with #FCDC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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