Html Css Color HEX #FBD4A5 Frangipani

📋 copy color: '#FBD4A5'

red 251 ◦ green 212 ◦ blue 165

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

Shades of Frangipani #FBD4A5

Tints of Frangipani #FBD4A5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.76%

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

R = 39.97%
G = 33.76%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FBD4A5 (or 0xFBD4A5) is known color: Frangipani. HEX triplet: FB, D4 and A5. RGB value is (251,212,165). Sum of RGB (Red+Green+Blue) = 251+212+165=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 165 (64.84% from 255 or 26.27% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD4A5 is #042B5A. Grayscale: #DADADA. Windows color (decimal): -273243 or 10867963. OLE color: 10867963.

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

Color convert

RGB 251 212 165 -
CMYK 0 0.16 0.34 0.02
HSL 32.79º 0.91% 0.82% -
HSV(B) 32.79º 0.34% 0.98% -
XYZ 70.12 70.31 45.47 -
YUV 218.3 97.92 151.32 -
System Red Green Blue C M Y K H S L
Decimal 251 212 165 0 0.16 0.34 0.02 32.79 0.91 0.82
Hex FB D4 A5 0 10 22 2 21 5B 52
Octal 373 324 245 0 20 42 2 41 133 122
Binary 11111011 11010100 10100101 0 10000 100010 10 100001 1011011 1010010

Color Harmonies of #FBD4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD4A5

Black with #FBD4A5

Text Example


Text Example

White with #FBD4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD4A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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