Html Css Color HEX #FCFAF0 Floral White

📋 copy color: '#FCFAF0'

red 252 ◦ green 250 ◦ blue 240

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

Shades of Floral White #FCFAF0

Tints of Floral White #FCFAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 32.35%

R = 33.96%
G = 33.69%
B = 32.35%

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

#FCFAF0 (or 0xFCFAF0) is known color: Floral White. HEX triplet: FC, FA and F0. RGB value is (252,250,240). Sum of RGB (Red+Green+Blue) = 252+250+240=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 250 (98.05% from 255 or 33.69% from 742); Blue value is 240 (94.14% from 255 or 32.35% from 742); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAF0 is #03050F. Grayscale: #F9F9F9. Windows color (decimal): -197904 or 15792892. OLE color: 15792892.

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

Color convert

RGB 252 250 240 -
CMYK 0 0.01 0.05 0.01
HSL 50º 0.67% 0.96% -
HSV(B) 50º 0.05% 0.99% -
XYZ 90.06 95.36 96.1 -
YUV 249.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 252 250 240 0 0.01 0.05 0.01 50 0.67 0.96
Hex FC FA F0 0 1 5 1 32 43 60
Octal 374 372 360 0 1 5 1 62 103 140
Binary 11111100 11111010 11110000 0 1 101 1 110010 1000011 1100000

Color Harmonies of #FCFAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAF0

Black with #FCFAF0

Text Example


Text Example

White with #FCFAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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