Html Css Color HEX #FBE0F9 Selago

📋 copy color: '#FBE0F9'

red 251 ◦ green 224 ◦ blue 249

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

Shades of Selago #FBE0F9

Tints of Selago #FBE0F9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 30.94%

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

R = 34.67%
G = 30.94%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBE0F9 (or 0xFBE0F9) is known color: Selago. HEX triplet: FB, E0 and F9. RGB value is (251,224,249). Sum of RGB (Red+Green+Blue) = 251+224+249=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 224 (87.89% from 255 or 30.94% from 724); Blue value is 249 (97.66% from 255 or 34.39% from 724); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0F9 is #041F06. Grayscale: #EAEAEA. Windows color (decimal): -270087 or 16376059. OLE color: 16376059.

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

Color convert

RGB 251 224 249 -
CMYK 0 0.11 0.01 0.02
HSL 304.44º 0.77% 0.93% -
HSV(B) 304.44º 0.11% 0.98% -
XYZ 83.54 80.66 100.79 -
YUV 234.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 251 224 249 0 0.11 0.01 0.02 304.44 0.77 0.93
Hex FB E0 F9 0 B 1 2 130 4D 5D
Octal 373 340 371 0 13 1 2 460 115 135
Binary 11111011 11100000 11111001 0 1011 1 10 100110000 1001101 1011101

Color Harmonies of #FBE0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE0F9

Black with #FBE0F9

Text Example


Text Example

White with #FBE0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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