Html Css Color HEX #FBD6A5 Frangipani

📋 copy color: '#FBD6A5'

red 251 ◦ green 214 ◦ blue 165

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

Shades of Frangipani #FBD6A5

Tints of Frangipani #FBD6A5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.97%

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

R = 39.84%
G = 33.97%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FBD6A5 (or 0xFBD6A5) is known color: Frangipani. HEX triplet: FB, D6 and A5. RGB value is (251,214,165). Sum of RGB (Red+Green+Blue) = 251+214+165=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 165 (64.84% from 255 or 26.19% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD6A5 is #04295A. Grayscale: #DBDBDB. Windows color (decimal): -272731 or 10868475. OLE color: 10868475.

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

Color convert

RGB 251 214 165 -
CMYK 0 0.15 0.34 0.02
HSL 34.19º 0.91% 0.82% -
HSV(B) 34.19º 0.34% 0.98% -
XYZ 70.62 71.32 45.64 -
YUV 219.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 251 214 165 0 0.15 0.34 0.02 34.19 0.91 0.82
Hex FB D6 A5 0 F 22 2 22 5B 52
Octal 373 326 245 0 17 42 2 42 133 122
Binary 11111011 11010110 10100101 0 1111 100010 10 100010 1011011 1010010

Color Harmonies of #FBD6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD6A5

Black with #FBD6A5

Text Example


Text Example

White with #FBD6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD6A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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