Html Css Color HEX #FCFAF5 Floral White

📋 copy color: '#FCFAF5'

red 252 ◦ green 250 ◦ blue 245

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

Shades of Floral White #FCFAF5

Tints of Floral White #FCFAF5

RGB

 RED value IS 252 (98.83% from 255) = 33.73%

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

 BLUE value IS 245 (96.09% from 255) = 32.8%

R = 33.73%
G = 33.47%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCFAF5 (or 0xFCFAF5) is known color: Floral White. HEX triplet: FC, FA and F5. RGB value is (252,250,245). Sum of RGB (Red+Green+Blue) = 252+250+245=747 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.73% from 747); Green value is 250 (98.05% from 255 or 33.47% from 747); Blue value is 245 (96.09% from 255 or 32.80% from 747); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAF5 is #03050A. Grayscale: #FAFAFA. Windows color (decimal): -197899 or 16120572. OLE color: 16120572.

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

Color convert

RGB 252 250 245 -
CMYK 0 0.01 0.03 0.01
HSL 42.86º 0.54% 0.97% -
HSV(B) 42.86º 0.03% 0.99% -
XYZ 90.81 95.66 100.06 -
YUV 250.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 252 250 245 0 0.01 0.03 0.01 42.86 0.54 0.97
Hex FC FA F5 0 1 3 1 2B 36 61
Octal 374 372 365 0 1 3 1 53 66 141
Binary 11111100 11111010 11110101 0 1 11 1 101011 110110 1100001

Color Harmonies of #FCFAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAF5

Black with #FCFAF5

Text Example


Text Example

White with #FCFAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAF5; }

 p { color: rgb(252,250,245); }

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

background-color css

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

 a { background-color: rgb(252,250,245); }

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

border-color css

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

 span { border-color: rgb(252,250,245); }

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