Html Css Color HEX #FBD6A6 Frangipani

📋 copy color: '#FBD6A6'

red 251 ◦ green 214 ◦ blue 166

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

Shades of Frangipani #FBD6A6

Tints of Frangipani #FBD6A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 26.31%

R = 39.78%
G = 33.91%
B = 26.31%

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

#FBD6A6 (or 0xFBD6A6) is known color: Frangipani. HEX triplet: FB, D6 and A6. RGB value is (251,214,166). Sum of RGB (Red+Green+Blue) = 251+214+166=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 166 (65.23% from 255 or 26.31% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD6A6 is #042959. Grayscale: #DBDBDB. Windows color (decimal): -272730 or 10934011. OLE color: 10934011.

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

Color convert

RGB 251 214 166 -
CMYK 0 0.15 0.34 0.02
HSL 33.88º 0.91% 0.82% -
HSV(B) 33.88º 0.34% 0.98% -
XYZ 70.71 71.36 46.12 -
YUV 219.59 97.76 150.4 -
System Red Green Blue C M Y K H S L
Decimal 251 214 166 0 0.15 0.34 0.02 33.88 0.91 0.82
Hex FB D6 A6 0 F 22 2 22 5B 52
Octal 373 326 246 0 17 42 2 42 133 122
Binary 11111011 11010110 10100110 0 1111 100010 10 100010 1011011 1010010

Color Harmonies of #FBD6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD6A6

Black with #FBD6A6

Text Example


Text Example

White with #FBD6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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