Html Css Color HEX #FBDEFA Selago

📋 copy color: '#FBDEFA'

red 251 ◦ green 222 ◦ blue 250

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

Shades of Selago #FBDEFA

Tints of Selago #FBDEFA

RGB

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

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

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

R = 34.72%
G = 30.71%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FBDEFA (or 0xFBDEFA) is known color: Selago. HEX triplet: FB, DE and FA. RGB value is (251,222,250). Sum of RGB (Red+Green+Blue) = 251+222+250=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 222 (87.11% from 255 or 30.71% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEFA is #042105. Grayscale: #E9E9E9. Windows color (decimal): -270598 or 16441083. OLE color: 16441083.

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

Color convert

RGB 251 222 250 -
CMYK 0 0.12 0.00 0.02
HSL 302.07º 0.78% 0.93% -
HSV(B) 302.07º 0.12% 0.98% -
XYZ 83.16 79.65 101.43 -
YUV 233.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 251 222 250 0 0.12 0.00 0.02 302.07 0.78 0.93
Hex FB DE FA 0 C 0 2 12E 4E 5D
Octal 373 336 372 0 14 0 2 456 116 135
Binary 11111011 11011110 11111010 0 1100 0 10 100101110 1001110 1011101

Color Harmonies of #FBDEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDEFA

Black with #FBDEFA

Text Example


Text Example

White with #FBDEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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