Html Css Color HEX #FBD9A3 Frangipani

📋 copy color: '#FBD9A3'

red 251 ◦ green 217 ◦ blue 163

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

Shades of Frangipani #FBD9A3

Tints of Frangipani #FBD9A3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.39%

 BLUE value IS 163 (64.06% from 255) = 25.83%

R = 39.78%
G = 34.39%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FBD9A3 (or 0xFBD9A3) is known color: Frangipani. HEX triplet: FB, D9 and A3. RGB value is (251,217,163). Sum of RGB (Red+Green+Blue) = 251+217+163=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 163 (64.06% from 255 or 25.83% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD9A3 is #04265C. Grayscale: #DDDDDD. Windows color (decimal): -271965 or 10738171. OLE color: 10738171.

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

Color convert

RGB 251 217 163 -
CMYK 0 0.14 0.35 0.02
HSL 36.82º 0.92% 0.81% -
HSV(B) 36.82º 0.35% 0.98% -
XYZ 71.21 72.78 44.95 -
YUV 221.01 95.26 149.39 -
System Red Green Blue C M Y K H S L
Decimal 251 217 163 0 0.14 0.35 0.02 36.82 0.92 0.81
Hex FB D9 A3 0 E 23 2 25 5C 51
Octal 373 331 243 0 16 43 2 45 134 121
Binary 11111011 11011001 10100011 0 1110 100011 10 100101 1011100 1010001

Color Harmonies of #FBD9A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD9A3

Black with #FBD9A3

Text Example


Text Example

White with #FBD9A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD9A3; }

 p { color: rgb(251,217,163); }

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

background-color css

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

 a { background-color: rgb(251,217,163); }

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

border-color css

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

 span { border-color: rgb(251,217,163); }

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