Html Css Color HEX #FBE0FC Selago

📋 copy color: '#FBE0FC'

red 251 ◦ green 224 ◦ blue 252

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

Shades of Selago #FBE0FC

Tints of Selago #FBE0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 34.66%

R = 34.53%
G = 30.81%
B = 34.66%

CMYK

 C value IS 0.00

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBE0FC (or 0xFBE0FC) is known color: Selago. HEX triplet: FB, E0 and FC. RGB value is (251,224,252). Sum of RGB (Red+Green+Blue) = 251+224+252=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 224 (87.89% from 255 or 30.81% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBE0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0FC is #041F03. Grayscale: #EBEBEB. Windows color (decimal): -270084 or 16572667. OLE color: 16572667.

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

Color convert

RGB 251 224 252 -
CMYK 0.00 0.11 0 0.01
HSL 297.86º 0.82% 0.93% -
HSV(B) 297.86º 0.11% 0.99% -
XYZ 84.01 80.85 103.27 -
YUV 235.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 251 224 252 0.00 0.11 0 0.01 297.86 0.82 0.93
Hex FB E0 FC 0 B 0 1 12A 52 5D
Octal 373 340 374 0 13 0 1 452 122 135
Binary 11111011 11100000 11111100 0 1011 0 1 100101010 1010010 1011101

Color Harmonies of #FBE0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE0FC

Black with #FBE0FC

Text Example


Text Example

White with #FBE0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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