Html Css Color HEX #FBDFF8 Selago

📋 copy color: '#FBDFF8'

red 251 ◦ green 223 ◦ blue 248

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

Shades of Selago #FBDFF8

Tints of Selago #FBDFF8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 30.89%

 BLUE value IS 248 (97.27% from 255) = 34.35%

R = 34.76%
G = 30.89%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBDFF8 (or 0xFBDFF8) is known color: Selago. HEX triplet: FB, DF and F8. RGB value is (251,223,248). Sum of RGB (Red+Green+Blue) = 251+223+248=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 223 (87.5% from 255 or 30.89% from 722); Blue value is 248 (97.27% from 255 or 34.35% from 722); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFF8 is #042007. Grayscale: #EAEAEA. Windows color (decimal): -270344 or 16310267. OLE color: 16310267.

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

Color convert

RGB 251 223 248 -
CMYK 0 0.11 0.01 0.02
HSL 306.43º 0.78% 0.93% -
HSV(B) 306.43º 0.11% 0.98% -
XYZ 83.11 80.06 99.88 -
YUV 234.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 251 223 248 0 0.11 0.01 0.02 306.43 0.78 0.93
Hex FB DF F8 0 B 1 2 132 4E 5D
Octal 373 337 370 0 13 1 2 462 116 135
Binary 11111011 11011111 11111000 0 1011 1 10 100110010 1001110 1011101

Color Harmonies of #FBDFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDFF8

Black with #FBDFF8

Text Example


Text Example

White with #FBDFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDFF8; }

 p { color: rgb(251,223,248); }

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

background-color css

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

 a { background-color: rgb(251,223,248); }

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

border-color css

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

 span { border-color: rgb(251,223,248); }

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