Html Css Color HEX #F8DBFE Selago

📋 copy color: '#F8DBFE'

red 248 ◦ green 219 ◦ blue 254

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

Shades of Selago #F8DBFE

Tints of Selago #F8DBFE

RGB

 RED value IS 248 (97.27% from 255) = 34.4%

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

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

R = 34.4%
G = 30.37%
B = 35.23%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F8DBFE (or 0xF8DBFE) is known color: Selago. HEX triplet: F8, DB and FE. RGB value is (248,219,254). Sum of RGB (Red+Green+Blue) = 248+219+254=721 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.40% from 721); Green value is 219 (85.94% from 255 or 30.37% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8DBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DBFE is #072401. Grayscale: #E7E7E7. Windows color (decimal): -467970 or 16702456. OLE color: 16702456.

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

Color convert

RGB 248 219 254 -
CMYK 0.02 0.14 0 0.00
HSL 289.71º 0.95% 0.93% -
HSV(B) 289.71º 0.14% 1% -
XYZ 81.93 77.78 104.46 -
YUV 231.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 248 219 254 0.02 0.14 0 0.00 289.71 0.95 0.93
Hex F8 DB FE 2 E 0 0 122 5F 5D
Octal 370 333 376 2 16 0 0 442 137 135
Binary 11111000 11011011 11111110 10 1110 0 0 100100010 1011111 1011101

Color Harmonies of #F8DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DBFE

Black with #F8DBFE

Text Example


Text Example

White with #F8DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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