Html Css Color HEX #F7D0FE Selago

📋 copy color: '#F7D0FE'

red 247 ◦ green 208 ◦ blue 254

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

Shades of Selago #F7D0FE

Tints of Selago #F7D0FE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.34%

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

R = 34.84%
G = 29.34%
B = 35.83%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F7D0FE (or 0xF7D0FE) is known color: Selago. HEX triplet: F7, D0 and FE. RGB value is (247,208,254). Sum of RGB (Red+Green+Blue) = 247+208+254=709 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.84% from 709); Green value is 208 (81.64% from 255 or 29.34% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7D0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D0FE is #082F01. Grayscale: #E0E0E0. Windows color (decimal): -536322 or 16699639. OLE color: 16699639.

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

Color convert

RGB 247 208 254 -
CMYK 0.03 0.18 0 0.00
HSL 290.87º 0.96% 0.91% -
HSV(B) 290.87º 0.18% 1% -
XYZ 78.8 72.04 103.52 -
YUV 224.91 144.42 143.76 -
System Red Green Blue C M Y K H S L
Decimal 247 208 254 0.03 0.18 0 0.00 290.87 0.96 0.91
Hex F7 D0 FE 3 12 0 0 123 60 5B
Octal 367 320 376 3 22 0 0 443 140 133
Binary 11110111 11010000 11111110 11 10010 0 0 100100011 1100000 1011011

Color Harmonies of #F7D0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D0FE

Black with #F7D0FE

Text Example


Text Example

White with #F7D0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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