Html Css Color HEX #FBDFF7 Selago

📋 copy color: '#FBDFF7'

red 251 ◦ green 223 ◦ blue 247

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

Shades of Selago #FBDFF7

Tints of Selago #FBDFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 34.26%

R = 34.81%
G = 30.93%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FBDFF7 (or 0xFBDFF7) is known color: Selago. HEX triplet: FB, DF and F7. RGB value is (251,223,247). Sum of RGB (Red+Green+Blue) = 251+223+247=721 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.81% from 721); Green value is 223 (87.5% from 255 or 30.93% from 721); Blue value is 247 (96.88% from 255 or 34.26% from 721); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFF7 is #042008. Grayscale: #EAEAEA. Windows color (decimal): -270345 or 16244731. OLE color: 16244731.

HSL color Cylindrical-coordinate representation of color #FBDFF7: hue angle of 308.57º 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 #FBDFF7 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 223 247 -
CMYK 0 0.11 0.02 0.02
HSL 308.57º 0.78% 0.93% -
HSV(B) 308.57º 0.11% 0.98% -
XYZ 82.96 80 99.06 -
YUV 234.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 251 223 247 0 0.11 0.02 0.02 308.57 0.78 0.93
Hex FB DF F7 0 B 2 2 135 4E 5D
Octal 373 337 367 0 13 2 2 465 116 135
Binary 11111011 11011111 11110111 0 1011 10 10 100110101 1001110 1011101

Color Harmonies of #FBDFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDFF7

Black with #FBDFF7

Text Example


Text Example

White with #FBDFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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