Html Css Color HEX #FBE0FA Selago

📋 copy color: '#FBE0FA'

red 251 ◦ green 224 ◦ blue 250

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

Shades of Selago #FBE0FA

Tints of Selago #FBE0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.48%

R = 34.62%
G = 30.9%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FBE0FA (or 0xFBE0FA) is known color: Selago. HEX triplet: FB, E0 and FA. RGB value is (251,224,250). Sum of RGB (Red+Green+Blue) = 251+224+250=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 224 (87.89% from 255 or 30.90% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0FA is #041F05. Grayscale: #EAEAEA. Windows color (decimal): -270086 or 16441595. OLE color: 16441595.

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

Color convert

RGB 251 224 250 -
CMYK 0 0.11 0.00 0.02
HSL 302.22º 0.77% 0.93% -
HSV(B) 302.22º 0.11% 0.98% -
XYZ 83.69 80.72 101.61 -
YUV 235.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 251 224 250 0 0.11 0.00 0.02 302.22 0.77 0.93
Hex FB E0 FA 0 B 0 2 12E 4D 5D
Octal 373 340 372 0 13 0 2 456 115 135
Binary 11111011 11100000 11111010 0 1011 0 10 100101110 1001101 1011101

Color Harmonies of #FBE0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE0FA

Black with #FBE0FA

Text Example


Text Example

White with #FBE0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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