Html Css Color HEX #FBDEFC Selago

📋 copy color: '#FBDEFC'

red 251 ◦ green 222 ◦ blue 252

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

Shades of Selago #FBDEFC

Tints of Selago #FBDEFC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 30.62%

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

R = 34.62%
G = 30.62%
B = 34.76%

CMYK

 C value IS 0.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBDEFC (or 0xFBDEFC) is known color: Selago. HEX triplet: FB, DE and FC. RGB value is (251,222,252). Sum of RGB (Red+Green+Blue) = 251+222+252=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 222 (87.11% from 255 or 30.62% from 725); Blue value is 252 (98.83% from 255 or 34.76% from 725); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBDEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEFC is #042103. Grayscale: #E9E9E9. Windows color (decimal): -270596 or 16572155. OLE color: 16572155.

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

Color convert

RGB 251 222 252 -
CMYK 0.00 0.12 0 0.01
HSL 298º 0.83% 0.93% -
HSV(B) 298º 0.12% 0.99% -
XYZ 83.48 79.78 103.09 -
YUV 234.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 251 222 252 0.00 0.12 0 0.01 298 0.83 0.93
Hex FB DE FC 0 C 0 1 12A 53 5D
Octal 373 336 374 0 14 0 1 452 123 135
Binary 11111011 11011110 11111100 0 1100 0 1 100101010 1010011 1011101

Color Harmonies of #FBDEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDEFC

Black with #FBDEFC

Text Example


Text Example

White with #FBDEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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