Html Css Color HEX #FBECFC Selago

📋 copy color: '#FBECFC'

red 251 ◦ green 236 ◦ blue 252

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

Shades of Selago #FBECFC

Tints of Selago #FBECFC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 31.94%

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

R = 33.96%
G = 31.94%
B = 34.1%

CMYK

 C value IS 0.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBECFC (or 0xFBECFC) is known color: Selago. HEX triplet: FB, EC and FC. RGB value is (251,236,252). Sum of RGB (Red+Green+Blue) = 251+236+252=739 (97% of max value = 765). Red value is 251 (98.44% from 255 or 33.96% from 739); Green value is 236 (92.58% from 255 or 31.94% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBECFC is #041303. Grayscale: #F2F2F2. Windows color (decimal): -267012 or 16575739. OLE color: 16575739.

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

Color convert

RGB 251 236 252 -
CMYK 0.00 0.06 0 0.01
HSL 296.25º 0.73% 0.96% -
HSV(B) 296.25º 0.06% 0.99% -
XYZ 87.35 87.53 104.39 -
YUV 242.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 251 236 252 0.00 0.06 0 0.01 296.25 0.73 0.96
Hex FB EC FC 0 6 0 1 128 49 60
Octal 373 354 374 0 6 0 1 450 111 140
Binary 11111011 11101100 11111100 0 110 0 1 100101000 1001001 1100000

Color Harmonies of #FBECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBECFC

Black with #FBECFC

Text Example


Text Example

White with #FBECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBECFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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