Html Css Color HEX #FBD7A5 Frangipani

📋 copy color: '#FBD7A5'

red 251 ◦ green 215 ◦ blue 165

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

Shades of Frangipani #FBD7A5

Tints of Frangipani #FBD7A5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.07%

 BLUE value IS 165 (64.84% from 255) = 26.15%

R = 39.78%
G = 34.07%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FBD7A5 (or 0xFBD7A5) is known color: Frangipani. HEX triplet: FB, D7 and A5. RGB value is (251,215,165). Sum of RGB (Red+Green+Blue) = 251+215+165=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 165 (64.84% from 255 or 26.15% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD7A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD7A5 is #04285A. Grayscale: #DCDCDC. Windows color (decimal): -272475 or 10868731. OLE color: 10868731.

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

Color convert

RGB 251 215 165 -
CMYK 0 0.14 0.34 0.02
HSL 34.88º 0.91% 0.82% -
HSV(B) 34.88º 0.34% 0.98% -
XYZ 70.88 71.83 45.73 -
YUV 220.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 251 215 165 0 0.14 0.34 0.02 34.88 0.91 0.82
Hex FB D7 A5 0 E 22 2 23 5B 52
Octal 373 327 245 0 16 42 2 43 133 122
Binary 11111011 11010111 10100101 0 1110 100010 10 100011 1011011 1010010

Color Harmonies of #FBD7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD7A5

Black with #FBD7A5

Text Example


Text Example

White with #FBD7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD7A5; }

 p { color: rgb(251,215,165); }

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

background-color css

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

 a { background-color: rgb(251,215,165); }

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

border-color css

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

 span { border-color: rgb(251,215,165); }

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