Html Css Color HEX #FBE4FF Selago

📋 copy color: '#FBE4FF'

red 251 ◦ green 228 ◦ blue 255

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

Shades of Selago #FBE4FF

Tints of Selago #FBE4FF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.06%

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

R = 34.2%
G = 31.06%
B = 34.74%

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

#FBE4FF (or 0xFBE4FF) is known color: Selago. HEX triplet: FB, E4 and FF. RGB value is (251,228,255). Sum of RGB (Red+Green+Blue) = 251+228+255=734 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.20% from 734); Green value is 228 (89.45% from 255 or 31.06% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBE4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE4FF is #041B00. Grayscale: #EDEDED. Windows color (decimal): -269057 or 16770299. OLE color: 16770299.

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

Color convert

RGB 251 228 255 -
CMYK 0.02 0.11 0 0
HSL 291.11º 1% 0.95% -
HSV(B) 291.11º 0.11% 1% -
XYZ 85.58 83.22 106.16 -
YUV 237.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 251 228 255 0.02 0.11 0 0 291.11 1 0.95
Hex FB E4 FF 2 B 0 0 123 64 5F
Octal 373 344 377 2 13 0 0 443 144 137
Binary 11111011 11100100 11111111 10 1011 0 0 100100011 1100100 1011111

Color Harmonies of #FBE4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE4FF

Black with #FBE4FF

Text Example


Text Example

White with #FBE4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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