Html Css Color HEX #F7DBFE Selago

📋 copy color: '#F7DBFE'

red 247 ◦ green 219 ◦ blue 254

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

Shades of Selago #F7DBFE

Tints of Selago #F7DBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.28%

R = 34.31%
G = 30.42%
B = 35.28%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F7DBFE (or 0xF7DBFE) is known color: Selago. HEX triplet: F7, DB and FE. RGB value is (247,219,254). Sum of RGB (Red+Green+Blue) = 247+219+254=720 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.31% from 720); Green value is 219 (85.94% from 255 or 30.42% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7DBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DBFE is #082401. Grayscale: #E7E7E7. Windows color (decimal): -533506 or 16702455. OLE color: 16702455.

HSL color Cylindrical-coordinate representation of color #F7DBFE: hue angle of 288º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F7DBFE is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 247 219 254 -
CMYK 0.03 0.14 0 0.00
HSL 288º 0.95% 0.93% -
HSV(B) 288º 0.14% 1% -
XYZ 81.58 77.59 104.44 -
YUV 231.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 247 219 254 0.03 0.14 0 0.00 288 0.95 0.93
Hex F7 DB FE 3 E 0 0 120 5F 5D
Octal 367 333 376 3 16 0 0 440 137 135
Binary 11110111 11011011 11111110 11 1110 0 0 100100000 1011111 1011101

Color Harmonies of #F7DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DBFE

Black with #F7DBFE

Text Example


Text Example

White with #F7DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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