Html Css Color HEX #FBDD9F Cape Honey

📋 copy color: '#FBDD9F'

red 251 ◦ green 221 ◦ blue 159

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

Shades of Cape Honey #FBDD9F

Tints of Cape Honey #FBDD9F

RGB

 RED value IS 251 (98.44% from 255) = 39.78%

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

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

R = 39.78%
G = 35.02%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FBDD9F (or 0xFBDD9F) is known color: Cape Honey. HEX triplet: FB, DD and 9F. RGB value is (251,221,159). Sum of RGB (Red+Green+Blue) = 251+221+159=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 159 (62.5% from 255 or 25.20% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDD9F is #042260. Grayscale: #DFDFDF. Windows color (decimal): -270945 or 10477051. OLE color: 10477051.

HSL color Cylindrical-coordinate representation of color #FBDD9F: hue angle of 40.43º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBDD9F is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 221 159 -
CMYK 0 0.12 0.37 0.02
HSL 40.43º 0.92% 0.8% -
HSV(B) 40.43º 0.37% 0.98% -
XYZ 71.9 74.73 43.43 -
YUV 222.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 251 221 159 0 0.12 0.37 0.02 40.43 0.92 0.8
Hex FB DD 9F 0 C 25 2 28 5C 50
Octal 373 335 237 0 14 45 2 50 134 120
Binary 11111011 11011101 10011111 0 1100 100101 10 101000 1011100 1010000

Color Harmonies of #FBDD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDD9F

Black with #FBDD9F

Text Example


Text Example

White with #FBDD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDD9F; }

 p { color: rgb(251,221,159); }

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

background-color css

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

 a { background-color: rgb(251,221,159); }

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

border-color css

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

 span { border-color: rgb(251,221,159); }

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