Html Css Color HEX #FEFBF2 Floral White

📋 copy color: '#FEFBF2'

red 254 ◦ green 251 ◦ blue 242

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

Shades of Floral White #FEFBF2

Tints of Floral White #FEFBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 33.6%

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

R = 34%
G = 33.6%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEFBF2 (or 0xFEFBF2) is known color: Floral White. HEX triplet: FE, FB and F2. RGB value is (254,251,242). Sum of RGB (Red+Green+Blue) = 254+251+242=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 251 (98.44% from 255 or 33.60% from 747); Blue value is 242 (94.92% from 255 or 32.40% from 747); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBF2 is #01040D. Grayscale: #FAFAFA. Windows color (decimal): -66574 or 15924222. OLE color: 15924222.

HSL color Cylindrical-coordinate representation of color #FEFBF2: hue angle of 45º 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 #FEFBF2 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 251 242 -
CMYK 0 0.01 0.05 0.00
HSL 45º 0.86% 0.97% -
HSV(B) 45º 0.05% 1% -
XYZ 91.4 96.48 97.81 -
YUV 250.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 254 251 242 0 0.01 0.05 0.00 45 0.86 0.97
Hex FE FB F2 0 1 5 0 2D 56 61
Octal 376 373 362 0 1 5 0 55 126 141
Binary 11111110 11111011 11110010 0 1 101 0 101101 1010110 1100001

Color Harmonies of #FEFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFBF2

Black with #FEFBF2

Text Example


Text Example

White with #FEFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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