Html Css Color HEX #FAFDBA Chiffon

📋 copy color: '#FAFDBA'

red 250 ◦ green 253 ◦ blue 186

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

Shades of Chiffon #FAFDBA

Tints of Chiffon #FAFDBA

RGB

 RED value IS 250 (98.05% from 255) = 36.28%

 GREEN value IS 253 (99.22% from 255) = 36.72%

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

R = 36.28%
G = 36.72%
B = 27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FAFDBA (or 0xFAFDBA) is known color: Chiffon. HEX triplet: FA, FD and BA. RGB value is (250,253,186). Sum of RGB (Red+Green+Blue) = 250+253+186=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 186 (73.05% from 255 or 27.00% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDBA is #050245. Grayscale: #F4F4F4. Windows color (decimal): -328262 or 12254714. OLE color: 12254714.

HSL color Cylindrical-coordinate representation of color #FAFDBA: hue angle of 62.69º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAFDBA is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 253 186 -
CMYK 0.01 0 0.26 0.01
HSL 62.69º 0.94% 0.86% -
HSV(B) 62.69º 0.26% 0.99% -
XYZ 83.41 94.12 60.22 -
YUV 244.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 250 253 186 0.01 0 0.26 0.01 62.69 0.94 0.86
Hex FA FD BA 1 0 1A 1 3F 5E 56
Octal 372 375 272 1 0 32 1 77 136 126
Binary 11111010 11111101 10111010 1 0 11010 1 111111 1011110 1010110

Color Harmonies of #FAFDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFDBA

Black with #FAFDBA

Text Example


Text Example

White with #FAFDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFDBA; }

 p { color: rgb(250,253,186); }

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

background-color css

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

 a { background-color: rgb(250,253,186); }

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

border-color css

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

 span { border-color: rgb(250,253,186); }

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