Html Css Color HEX #FBDAA2 Frangipani

📋 copy color: '#FBDAA2'

red 251 ◦ green 218 ◦ blue 162

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

Shades of Frangipani #FBDAA2

Tints of Frangipani #FBDAA2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.55%

 BLUE value IS 162 (63.67% from 255) = 25.67%

R = 39.78%
G = 34.55%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FBDAA2 (or 0xFBDAA2) is known color: Frangipani. HEX triplet: FB, DA and A2. RGB value is (251,218,162). Sum of RGB (Red+Green+Blue) = 251+218+162=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 162 (63.67% from 255 or 25.67% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDAA2 is #04255D. Grayscale: #DDDDDD. Windows color (decimal): -271710 or 10672891. OLE color: 10672891.

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

Color convert

RGB 251 218 162 -
CMYK 0 0.13 0.35 0.02
HSL 37.75º 0.92% 0.81% -
HSV(B) 37.75º 0.35% 0.98% -
XYZ 71.38 73.26 44.56 -
YUV 221.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 251 218 162 0 0.13 0.35 0.02 37.75 0.92 0.81
Hex FB DA A2 0 D 23 2 26 5C 51
Octal 373 332 242 0 15 43 2 46 134 121
Binary 11111011 11011010 10100010 0 1101 100011 10 100110 1011100 1010001

Color Harmonies of #FBDAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDAA2

Black with #FBDAA2

Text Example


Text Example

White with #FBDAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDAA2; }

 p { color: rgb(251,218,162); }

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

background-color css

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

 a { background-color: rgb(251,218,162); }

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

border-color css

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

 span { border-color: rgb(251,218,162); }

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