Html Css Color HEX #FBEDF9 Selago

📋 copy color: '#FBEDF9'

red 251 ◦ green 237 ◦ blue 249

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

Shades of Selago #FBEDF9

Tints of Selago #FBEDF9

RGB

 RED value IS 251 (98.44% from 255) = 34.06%

 GREEN value IS 237 (92.97% from 255) = 32.16%

 BLUE value IS 249 (97.66% from 255) = 33.79%

R = 34.06%
G = 32.16%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBEDF9 (or 0xFBEDF9) is known color: Selago. HEX triplet: FB, ED and F9. RGB value is (251,237,249). Sum of RGB (Red+Green+Blue) = 251+237+249=737 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.06% from 737); Green value is 237 (92.97% from 255 or 32.16% from 737); Blue value is 249 (97.66% from 255 or 33.79% from 737); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDF9 is #041206. Grayscale: #F2F2F2. Windows color (decimal): -266759 or 16379387. OLE color: 16379387.

HSL color Cylindrical-coordinate representation of color #FBEDF9: hue angle of 308.57º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBEDF9 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 237 249 -
CMYK 0 0.06 0.01 0.02
HSL 308.57º 0.64% 0.96% -
HSV(B) 308.57º 0.06% 0.98% -
XYZ 87.17 87.92 102 -
YUV 242.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 251 237 249 0 0.06 0.01 0.02 308.57 0.64 0.96
Hex FB ED F9 0 6 1 2 135 40 60
Octal 373 355 371 0 6 1 2 465 100 140
Binary 11111011 11101101 11111001 0 110 1 10 100110101 1000000 1100000

Color Harmonies of #FBEDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEDF9

Black with #FBEDF9

Text Example


Text Example

White with #FBEDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEDF9; }

 p { color: rgb(251,237,249); }

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

background-color css

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

 a { background-color: rgb(251,237,249); }

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

border-color css

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

 span { border-color: rgb(251,237,249); }

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