Html Css Color HEX #F7DBFB Selago

📋 copy color: '#F7DBFB'

red 247 ◦ green 219 ◦ blue 251

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

Shades of Selago #F7DBFB

Tints of Selago #F7DBFB

RGB

 RED value IS 247 (96.88% from 255) = 34.45%

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

 BLUE value IS 251 (98.44% from 255) = 35.01%

R = 34.45%
G = 30.54%
B = 35.01%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F7DBFB (or 0xF7DBFB) is known color: Selago. HEX triplet: F7, DB and FB. RGB value is (247,219,251). Sum of RGB (Red+Green+Blue) = 247+219+251=717 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.45% from 717); Green value is 219 (85.94% from 255 or 30.54% from 717); Blue value is 251 (98.44% from 255 or 35.01% from 717); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7DBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DBFB is #082404. Grayscale: #E6E6E6. Windows color (decimal): -533509 or 16505847. OLE color: 16505847.

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

Color convert

RGB 247 219 251 -
CMYK 0.02 0.13 0 0.02
HSL 292.5º 0.8% 0.92% -
HSV(B) 292.5º 0.13% 0.98% -
XYZ 81.1 77.4 101.93 -
YUV 231.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 247 219 251 0.02 0.13 0 0.02 292.5 0.8 0.92
Hex F7 DB FB 2 D 0 2 124 50 5C
Octal 367 333 373 2 15 0 2 444 120 134
Binary 11110111 11011011 11111011 10 1101 0 10 100100100 1010000 1011100

Color Harmonies of #F7DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DBFB

Black with #F7DBFB

Text Example


Text Example

White with #F7DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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