Html Css Color HEX #FBE1F8 Selago

📋 copy color: '#FBE1F8'

red 251 ◦ green 225 ◦ blue 248

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

Shades of Selago #FBE1F8

Tints of Selago #FBE1F8

RGB

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

 GREEN value IS 225 (88.28% from 255) = 31.08%

 BLUE value IS 248 (97.27% from 255) = 34.25%

R = 34.67%
G = 31.08%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBE1F8 (or 0xFBE1F8) is known color: Selago. HEX triplet: FB, E1 and F8. RGB value is (251,225,248). Sum of RGB (Red+Green+Blue) = 251+225+248=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 225 (88.28% from 255 or 31.08% from 724); Blue value is 248 (97.27% from 255 or 34.25% from 724); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1F8 is #041E07. Grayscale: #EBEBEB. Windows color (decimal): -269832 or 16310779. OLE color: 16310779.

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

Color convert

RGB 251 225 248 -
CMYK 0 0.10 0.01 0.02
HSL 306.92º 0.76% 0.93% -
HSV(B) 306.92º 0.1% 0.98% -
XYZ 83.65 81.14 100.06 -
YUV 235.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 251 225 248 0 0.10 0.01 0.02 306.92 0.76 0.93
Hex FB E1 F8 0 A 1 2 133 4C 5D
Octal 373 341 370 0 12 1 2 463 114 135
Binary 11111011 11100001 11111000 0 1010 1 10 100110011 1001100 1011101

Color Harmonies of #FBE1F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE1F8

Black with #FBE1F8

Text Example


Text Example

White with #FBE1F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE1F8; }

 p { color: rgb(251,225,248); }

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

background-color css

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

 a { background-color: rgb(251,225,248); }

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

border-color css

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

 span { border-color: rgb(251,225,248); }

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