Html Css Color HEX #FCDD9E Cape Honey

📋 copy color: '#FCDD9E'

red 252 ◦ green 221 ◦ blue 158

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

Shades of Cape Honey #FCDD9E

Tints of Cape Honey #FCDD9E

RGB

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

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

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

R = 39.94%
G = 35.02%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCDD9E (or 0xFCDD9E) is known color: Cape Honey. HEX triplet: FC, DD and 9E. RGB value is (252,221,158). Sum of RGB (Red+Green+Blue) = 252+221+158=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 158 (62.11% from 255 or 25.04% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD9E is #032261. Grayscale: #DFDFDF. Windows color (decimal): -205410 or 10411516. OLE color: 10411516.

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

Color convert

RGB 252 221 158 -
CMYK 0 0.12 0.37 0.01
HSL 40.21º 0.94% 0.8% -
HSV(B) 40.21º 0.37% 0.99% -
XYZ 72.17 74.88 43 -
YUV 223.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 252 221 158 0 0.12 0.37 0.01 40.21 0.94 0.8
Hex FC DD 9E 0 C 25 1 28 5E 50
Octal 374 335 236 0 14 45 1 50 136 120
Binary 11111100 11011101 10011110 0 1100 100101 1 101000 1011110 1010000

Color Harmonies of #FCDD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD9E

Black with #FCDD9E

Text Example


Text Example

White with #FCDD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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