Html Css Color HEX #FEFDFB Floral White

📋 copy color: '#FEFDFB'

red 254 ◦ green 253 ◦ blue 251

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

Shades of Floral White #FEFDFB

Tints of Floral White #FEFDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 33.38%

 BLUE value IS 251 (98.44% from 255) = 33.11%

R = 33.51%
G = 33.38%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEFDFB (or 0xFEFDFB) is known color: Floral White. HEX triplet: FE, FD and FB. RGB value is (254,253,251). Sum of RGB (Red+Green+Blue) = 254+253+251=758 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.51% from 758); Green value is 253 (99.22% from 255 or 33.38% from 758); Blue value is 251 (98.44% from 255 or 33.11% from 758); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDFB is #010204. Grayscale: #FDFDFD. Windows color (decimal): -66053 or 16514558. OLE color: 16514558.

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

Color convert

RGB 254 253 251 -
CMYK 0 0.00 0.01 0.00
HSL 40º 0.6% 0.99% -
HSV(B) 40º 0.01% 1% -
XYZ 93.41 98.29 105.31 -
YUV 253.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 254 253 251 0 0.00 0.01 0.00 40 0.6 0.99
Hex FE FD FB 0 0 1 0 28 3C 63
Octal 376 375 373 0 0 1 0 50 74 143
Binary 11111110 11111101 11111011 0 0 1 0 101000 111100 1100011

Color Harmonies of #FEFDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDFB

Black with #FEFDFB

Text Example


Text Example

White with #FEFDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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