Html Css Color HEX #FEFAF2 Floral White

📋 copy color: '#FEFAF2'

red 254 ◦ green 250 ◦ blue 242

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

Shades of Floral White #FEFAF2

Tints of Floral White #FEFAF2

RGB

 RED value IS 254 (99.61% from 255) = 34.05%

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

 BLUE value IS 242 (94.92% from 255) = 32.44%

R = 34.05%
G = 33.51%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEFAF2 (or 0xFEFAF2) is known color: Floral White. HEX triplet: FE, FA and F2. RGB value is (254,250,242). Sum of RGB (Red+Green+Blue) = 254+250+242=746 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.05% from 746); Green value is 250 (98.05% from 255 or 33.51% from 746); Blue value is 242 (94.92% from 255 or 32.44% from 746); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAF2 is #01050D. Grayscale: #FAFAFA. Windows color (decimal): -66830 or 15923966. OLE color: 15923966.

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

Color convert

RGB 254 250 242 -
CMYK 0 0.02 0.05 0.00
HSL 40º 0.86% 0.97% -
HSV(B) 40º 0.05% 1% -
XYZ 91.09 95.85 97.71 -
YUV 250.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 254 250 242 0 0.02 0.05 0.00 40 0.86 0.97
Hex FE FA F2 0 2 5 0 28 56 61
Octal 376 372 362 0 2 5 0 50 126 141
Binary 11111110 11111010 11110010 0 10 101 0 101000 1010110 1100001

Color Harmonies of #FEFAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAF2

Black with #FEFAF2

Text Example


Text Example

White with #FEFAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFAF2; }

 p { color: rgb(254,250,242); }

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

background-color css

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

 a { background-color: rgb(254,250,242); }

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

border-color css

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

 span { border-color: rgb(254,250,242); }

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