Html Css Color HEX #F7DCFD Selago

📋 copy color: '#F7DCFD'

red 247 ◦ green 220 ◦ blue 253

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

Shades of Selago #F7DCFD

Tints of Selago #F7DCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.14%

R = 34.31%
G = 30.56%
B = 35.14%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F7DCFD (or 0xF7DCFD) is known color: Selago. HEX triplet: F7, DC and FD. RGB value is (247,220,253). Sum of RGB (Red+Green+Blue) = 247+220+253=720 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.31% from 720); Green value is 220 (86.33% from 255 or 30.56% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7DCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCFD is #082302. Grayscale: #E7E7E7. Windows color (decimal): -533251 or 16637175. OLE color: 16637175.

HSL color Cylindrical-coordinate representation of color #F7DCFD: hue angle of 289.09º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7DCFD is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 220 253 -
CMYK 0.02 0.13 0 0.01
HSL 289.09º 0.89% 0.93% -
HSV(B) 289.09º 0.13% 0.99% -
XYZ 81.68 78.05 103.69 -
YUV 231.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 247 220 253 0.02 0.13 0 0.01 289.09 0.89 0.93
Hex F7 DC FD 2 D 0 1 121 59 5D
Octal 367 334 375 2 15 0 1 441 131 135
Binary 11110111 11011100 11111101 10 1101 0 1 100100001 1011001 1011101

Color Harmonies of #F7DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DCFD

Black with #F7DCFD

Text Example


Text Example

White with #F7DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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