Html Css Color HEX #FBFFBA Chiffon

📋 copy color: '#FBFFBA'

red 251 ◦ green 255 ◦ blue 186

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

Shades of Chiffon #FBFFBA

Tints of Chiffon #FBFFBA

RGB

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

 GREEN value IS 255 (100% from 255) = 36.85%

 BLUE value IS 186 (73.05% from 255) = 26.88%

R = 36.27%
G = 36.85%
B = 26.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FBFFBA (or 0xFBFFBA) is known color: Chiffon. HEX triplet: FB, FF and BA. RGB value is (251,255,186). Sum of RGB (Red+Green+Blue) = 251+255+186=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 186 (73.05% from 255 or 26.88% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFBA is #040045. Grayscale: #F6F6F6. Windows color (decimal): -262214 or 12255227. OLE color: 12255227.

HSL color Cylindrical-coordinate representation of color #FBFFBA: hue angle of 63.48º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBFFBA is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 251 255 186 -
CMYK 0.02 0 0.27 0
HSL 63.48º 1% 0.86% -
HSV(B) 63.48º 0.27% 1% -
XYZ 84.41 95.57 60.45 -
YUV 245.94 94.17 131.61 -
System Red Green Blue C M Y K H S L
Decimal 251 255 186 0.02 0 0.27 0 63.48 1 0.86
Hex FB FF BA 2 0 1B 0 3F 64 56
Octal 373 377 272 2 0 33 0 77 144 126
Binary 11111011 11111111 10111010 10 0 11011 0 111111 1100100 1010110

Color Harmonies of #FBFFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFFBA

Black with #FBFFBA

Text Example


Text Example

White with #FBFFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFFBA; }

 p { color: rgb(251,255,186); }

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

background-color css

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

 a { background-color: rgb(251,255,186); }

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

border-color css

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

 span { border-color: rgb(251,255,186); }

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