Html Css Color HEX #FBEAFE Selago

📋 copy color: '#FBEAFE'

red 251 ◦ green 234 ◦ blue 254

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

Shades of Selago #FBEAFE

Tints of Selago #FBEAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 31.66%

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

R = 33.96%
G = 31.66%
B = 34.37%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FBEAFE (or 0xFBEAFE) is known color: Selago. HEX triplet: FB, EA and FE. RGB value is (251,234,254). Sum of RGB (Red+Green+Blue) = 251+234+254=739 (97% of max value = 765). Red value is 251 (98.44% from 255 or 33.96% from 739); Green value is 234 (91.80% from 255 or 31.66% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBEAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAFE is #041501. Grayscale: #F1F1F1. Windows color (decimal): -267522 or 16706299. OLE color: 16706299.

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

Color convert

RGB 251 234 254 -
CMYK 0.01 0.08 0 0.00
HSL 291º 0.91% 0.96% -
HSV(B) 291º 0.08% 1% -
XYZ 87.1 86.51 105.87 -
YUV 241.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 251 234 254 0.01 0.08 0 0.00 291 0.91 0.96
Hex FB EA FE 1 8 0 0 123 5B 60
Octal 373 352 376 1 10 0 0 443 133 140
Binary 11111011 11101010 11111110 1 1000 0 0 100100011 1011011 1100000

Color Harmonies of #FBEAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEAFE

Black with #FBEAFE

Text Example


Text Example

White with #FBEAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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