Html Css Color HEX #FBE6FD Selago

📋 copy color: '#FBE6FD'

red 251 ◦ green 230 ◦ blue 253

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

Shades of Selago #FBE6FD

Tints of Selago #FBE6FD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 31.34%

 BLUE value IS 253 (99.22% from 255) = 34.47%

R = 34.2%
G = 31.34%
B = 34.47%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBE6FD (or 0xFBE6FD) is known color: Selago. HEX triplet: FB, E6 and FD. RGB value is (251,230,253). Sum of RGB (Red+Green+Blue) = 251+230+253=734 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.20% from 734); Green value is 230 (90.23% from 255 or 31.34% from 734); Blue value is 253 (99.22% from 255 or 34.47% from 734); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBE6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE6FD is #041902. Grayscale: #EEEEEE. Windows color (decimal): -268547 or 16639739. OLE color: 16639739.

HSL color Cylindrical-coordinate representation of color #FBE6FD: hue angle of 294.78º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FBE6FD is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 230 253 -
CMYK 0.01 0.09 0 0.01
HSL 294.78º 0.85% 0.95% -
HSV(B) 294.78º 0.09% 0.99% -
XYZ 85.81 84.19 104.66 -
YUV 238.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 251 230 253 0.01 0.09 0 0.01 294.78 0.85 0.95
Hex FB E6 FD 1 9 0 1 127 55 5F
Octal 373 346 375 1 11 0 1 447 125 137
Binary 11111011 11100110 11111101 1 1001 0 1 100100111 1010101 1011111

Color Harmonies of #FBE6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE6FD

Black with #FBE6FD

Text Example


Text Example

White with #FBE6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE6FD; }

 p { color: rgb(251,230,253); }

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

background-color css

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

 a { background-color: rgb(251,230,253); }

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

border-color css

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

 span { border-color: rgb(251,230,253); }

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