Html Css Color HEX #FDFAF1 Floral White

📋 copy color: '#FDFAF1'

red 253 ◦ green 250 ◦ blue 241

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

Shades of Floral White #FDFAF1

Tints of Floral White #FDFAF1

RGB

 RED value IS 253 (99.22% from 255) = 34.01%

 GREEN value IS 250 (98.05% from 255) = 33.6%

 BLUE value IS 241 (94.53% from 255) = 32.39%

R = 34.01%
G = 33.6%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDFAF1 (or 0xFDFAF1) is known color: Floral White. HEX triplet: FD, FA and F1. RGB value is (253,250,241). Sum of RGB (Red+Green+Blue) = 253+250+241=744 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.01% from 744); Green value is 250 (98.05% from 255 or 33.60% from 744); Blue value is 241 (94.53% from 255 or 32.39% from 744); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAF1 is #02050E. Grayscale: #F9F9F9. Windows color (decimal): -132367 or 15858429. OLE color: 15858429.

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

Color convert

RGB 253 250 241 -
CMYK 0 0.01 0.05 0.01
HSL 45º 0.75% 0.97% -
HSV(B) 45º 0.05% 0.99% -
XYZ 90.57 95.6 96.9 -
YUV 249.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 253 250 241 0 0.01 0.05 0.01 45 0.75 0.97
Hex FD FA F1 0 1 5 1 2D 4B 61
Octal 375 372 361 0 1 5 1 55 113 141
Binary 11111101 11111010 11110001 0 1 101 1 101101 1001011 1100001

Color Harmonies of #FDFAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAF1

Black with #FDFAF1

Text Example


Text Example

White with #FDFAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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