Html Css Color HEX #FBDB9E Frangipani

📋 copy color: '#FBDB9E'

red 251 ◦ green 219 ◦ blue 158

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

Shades of Frangipani #FBDB9E

Tints of Frangipani #FBDB9E

RGB

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

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

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

R = 39.97%
G = 34.87%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FBDB9E (or 0xFBDB9E) is known color: Frangipani. HEX triplet: FB, DB and 9E. RGB value is (251,219,158). Sum of RGB (Red+Green+Blue) = 251+219+158=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 158 (62.11% from 255 or 25.16% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB9E is #042461. Grayscale: #DDDDDD. Windows color (decimal): -271458 or 10411003. OLE color: 10411003.

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

Color convert

RGB 251 219 158 -
CMYK 0 0.13 0.37 0.02
HSL 39.35º 0.92% 0.8% -
HSV(B) 39.35º 0.37% 0.98% -
XYZ 71.29 73.64 42.8 -
YUV 221.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 251 219 158 0 0.13 0.37 0.02 39.35 0.92 0.8
Hex FB DB 9E 0 D 25 2 27 5C 50
Octal 373 333 236 0 15 45 2 47 134 120
Binary 11111011 11011011 10011110 0 1101 100101 10 100111 1011100 1010000

Color Harmonies of #FBDB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB9E

Black with #FBDB9E

Text Example


Text Example

White with #FBDB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB9E; }

 p { color: rgb(251,219,158); }

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

background-color css

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

 a { background-color: rgb(251,219,158); }

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

border-color css

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

 span { border-color: rgb(251,219,158); }

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