Html Css Color HEX #FBD6A3 Frangipani

📋 copy color: '#FBD6A3'

red 251 ◦ green 214 ◦ blue 163

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

Shades of Frangipani #FBD6A3

Tints of Frangipani #FBD6A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 25.96%

R = 39.97%
G = 34.08%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FBD6A3 (or 0xFBD6A3) is known color: Frangipani. HEX triplet: FB, D6 and A3. RGB value is (251,214,163). Sum of RGB (Red+Green+Blue) = 251+214+163=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 163 (64.06% from 255 or 25.96% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD6A3 is #04295C. Grayscale: #DBDBDB. Windows color (decimal): -272733 or 10737403. OLE color: 10737403.

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

Color convert

RGB 251 214 163 -
CMYK 0 0.15 0.35 0.02
HSL 34.77º 0.92% 0.81% -
HSV(B) 34.77º 0.35% 0.98% -
XYZ 70.44 71.25 44.69 -
YUV 219.25 96.26 150.65 -
System Red Green Blue C M Y K H S L
Decimal 251 214 163 0 0.15 0.35 0.02 34.77 0.92 0.81
Hex FB D6 A3 0 F 23 2 23 5C 51
Octal 373 326 243 0 17 43 2 43 134 121
Binary 11111011 11010110 10100011 0 1111 100011 10 100011 1011100 1010001

Color Harmonies of #FBD6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD6A3

Black with #FBD6A3

Text Example


Text Example

White with #FBD6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD6A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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