Html Css Color HEX #F7D7FF Selago

📋 copy color: '#F7D7FF'

red 247 ◦ green 215 ◦ blue 255

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

Shades of Selago #F7D7FF

Tints of Selago #F7D7FF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 29.99%

 BLUE value IS 255 (100% from 255) = 35.56%

R = 34.45%
G = 29.99%
B = 35.56%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F7D7FF (or 0xF7D7FF) is known color: Selago. HEX triplet: F7, D7 and FF. RGB value is (247,215,255). Sum of RGB (Red+Green+Blue) = 247+215+255=717 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.45% from 717); Green value is 215 (84.38% from 255 or 29.99% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7D7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D7FF is #082800. Grayscale: #E5E5E5. Windows color (decimal): -534529 or 16766967. OLE color: 16766967.

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

Color convert

RGB 247 215 255 -
CMYK 0.03 0.16 0 0
HSL 288º 1% 0.92% -
HSV(B) 288º 0.16% 1% -
XYZ 80.71 75.6 104.95 -
YUV 229.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 247 215 255 0.03 0.16 0 0 288 1 0.92
Hex F7 D7 FF 3 10 0 0 120 64 5C
Octal 367 327 377 3 20 0 0 440 144 134
Binary 11110111 11010111 11111111 11 10000 0 0 100100000 1100100 1011100

Color Harmonies of #F7D7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D7FF

Black with #F7D7FF

Text Example


Text Example

White with #F7D7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D7FF; }

 p { color: rgb(247,215,255); }

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

background-color css

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

 a { background-color: rgb(247,215,255); }

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

border-color css

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

 span { border-color: rgb(247,215,255); }

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