Html Css Color HEX #F7D2FE Selago

📋 copy color: '#F7D2FE'

red 247 ◦ green 210 ◦ blue 254

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

Shades of Selago #F7D2FE

Tints of Selago #F7D2FE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 29.54%

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

R = 34.74%
G = 29.54%
B = 35.72%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F7D2FE (or 0xF7D2FE) is known color: Selago. HEX triplet: F7, D2 and FE. RGB value is (247,210,254). Sum of RGB (Red+Green+Blue) = 247+210+254=711 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.74% from 711); Green value is 210 (82.42% from 255 or 29.54% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7D2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D2FE is #082D01. Grayscale: #E1E1E1. Windows color (decimal): -535810 or 16700151. OLE color: 16700151.

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

Color convert

RGB 247 210 254 -
CMYK 0.03 0.17 0 0.00
HSL 290.45º 0.96% 0.91% -
HSV(B) 290.45º 0.17% 1% -
XYZ 79.29 73.02 103.68 -
YUV 226.08 143.76 142.92 -
System Red Green Blue C M Y K H S L
Decimal 247 210 254 0.03 0.17 0 0.00 290.45 0.96 0.91
Hex F7 D2 FE 3 11 0 0 122 60 5B
Octal 367 322 376 3 21 0 0 442 140 133
Binary 11110111 11010010 11111110 11 10001 0 0 100100010 1100000 1011011

Color Harmonies of #F7D2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D2FE

Black with #F7D2FE

Text Example


Text Example

White with #F7D2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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