Html Css Color HEX #FBE0FE Selago

📋 copy color: '#FBE0FE'

red 251 ◦ green 224 ◦ blue 254

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

Shades of Selago #FBE0FE

Tints of Selago #FBE0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 34.84%

R = 34.43%
G = 30.73%
B = 34.84%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FBE0FE (or 0xFBE0FE) is known color: Selago. HEX triplet: FB, E0 and FE. RGB value is (251,224,254). Sum of RGB (Red+Green+Blue) = 251+224+254=729 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.43% from 729); Green value is 224 (87.89% from 255 or 30.73% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0FE is #041F01. Grayscale: #EBEBEB. Windows color (decimal): -270082 or 16703739. OLE color: 16703739.

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

Color convert

RGB 251 224 254 -
CMYK 0.01 0.12 0 0.00
HSL 294º 0.94% 0.94% -
HSV(B) 294º 0.12% 1% -
XYZ 84.33 80.98 104.95 -
YUV 235.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 251 224 254 0.01 0.12 0 0.00 294 0.94 0.94
Hex FB E0 FE 1 C 0 0 126 5E 5E
Octal 373 340 376 1 14 0 0 446 136 136
Binary 11111011 11100000 11111110 1 1100 0 0 100100110 1011110 1011110

Color Harmonies of #FBE0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE0FE

Black with #FBE0FE

Text Example


Text Example

White with #FBE0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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