Html Css Color HEX #F7DCFE Selago

📋 copy color: '#F7DCFE'

red 247 ◦ green 220 ◦ blue 254

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

Shades of Selago #F7DCFE

Tints of Selago #F7DCFE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 30.51%

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

R = 34.26%
G = 30.51%
B = 35.23%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F7DCFE (or 0xF7DCFE) is known color: Selago. HEX triplet: F7, DC and FE. RGB value is (247,220,254). Sum of RGB (Red+Green+Blue) = 247+220+254=721 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.26% from 721); Green value is 220 (86.33% from 255 or 30.51% 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 #F7DCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCFE is #082301. Grayscale: #E7E7E7. Windows color (decimal): -533250 or 16702711. OLE color: 16702711.

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

Color convert

RGB 247 220 254 -
CMYK 0.03 0.13 0 0.00
HSL 287.65º 0.94% 0.93% -
HSV(B) 287.65º 0.13% 1% -
XYZ 81.84 78.12 104.53 -
YUV 231.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 247 220 254 0.03 0.13 0 0.00 287.65 0.94 0.93
Hex F7 DC FE 3 D 0 0 120 5E 5D
Octal 367 334 376 3 15 0 0 440 136 135
Binary 11110111 11011100 11111110 11 1101 0 0 100100000 1011110 1011101

Color Harmonies of #F7DCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DCFE

Black with #F7DCFE

Text Example


Text Example

White with #F7DCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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