Html Css Color HEX #FBDBF9 Selago

📋 copy color: '#FBDBF9'

red 251 ◦ green 219 ◦ blue 249

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

Shades of Selago #FBDBF9

Tints of Selago #FBDBF9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.46%

 BLUE value IS 249 (97.66% from 255) = 34.63%

R = 34.91%
G = 30.46%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBDBF9 (or 0xFBDBF9) is known color: Selago. HEX triplet: FB, DB and F9. RGB value is (251,219,249). Sum of RGB (Red+Green+Blue) = 251+219+249=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 219 (85.94% from 255 or 30.46% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBF9 is #042406. Grayscale: #E7E7E7. Windows color (decimal): -271367 or 16374779. OLE color: 16374779.

HSL color Cylindrical-coordinate representation of color #FBDBF9: hue angle of 303.75º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDBF9 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 219 249 -
CMYK 0 0.13 0.01 0.02
HSL 303.75º 0.8% 0.92% -
HSV(B) 303.75º 0.13% 0.98% -
XYZ 82.21 78.01 100.35 -
YUV 231.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 251 219 249 0 0.13 0.01 0.02 303.75 0.8 0.92
Hex FB DB F9 0 D 1 2 130 50 5C
Octal 373 333 371 0 15 1 2 460 120 134
Binary 11111011 11011011 11111001 0 1101 1 10 100110000 1010000 1011100

Color Harmonies of #FBDBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDBF9

Black with #FBDBF9

Text Example


Text Example

White with #FBDBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDBF9; }

 p { color: rgb(251,219,249); }

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

background-color css

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

 a { background-color: rgb(251,219,249); }

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

border-color css

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

 span { border-color: rgb(251,219,249); }

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