Html Css Color HEX #FBE2FF Selago

📋 copy color: '#FBE2FF'

red 251 ◦ green 226 ◦ blue 255

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

Shades of Selago #FBE2FF

Tints of Selago #FBE2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 30.87%

 BLUE value IS 255 (100% from 255) = 34.84%

R = 34.29%
G = 30.87%
B = 34.84%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBE2FF (or 0xFBE2FF) is known color: Selago. HEX triplet: FB, E2 and FF. RGB value is (251,226,255). Sum of RGB (Red+Green+Blue) = 251+226+255=732 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.29% from 732); Green value is 226 (88.67% from 255 or 30.87% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE2FF is #041D00. Grayscale: #ECECEC. Windows color (decimal): -269569 or 16769787. OLE color: 16769787.

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

Color convert

RGB 251 226 255 -
CMYK 0.02 0.11 0 0
HSL 291.72º 1% 0.94% -
HSV(B) 291.72º 0.11% 1% -
XYZ 85.03 82.12 105.98 -
YUV 236.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 251 226 255 0.02 0.11 0 0 291.72 1 0.94
Hex FB E2 FF 2 B 0 0 124 64 5E
Octal 373 342 377 2 13 0 0 444 144 136
Binary 11111011 11100010 11111111 10 1011 0 0 100100100 1100100 1011110

Color Harmonies of #FBE2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE2FF

Black with #FBE2FF

Text Example


Text Example

White with #FBE2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE2FF; }

 p { color: rgb(251,226,255); }

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

background-color css

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

 a { background-color: rgb(251,226,255); }

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

border-color css

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

 span { border-color: rgb(251,226,255); }

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