Html Css Color HEX #F7DCFC Selago

📋 copy color: '#F7DCFC'

red 247 ◦ green 220 ◦ blue 252

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

Shades of Selago #F7DCFC

Tints of Selago #F7DCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.05%

R = 34.35%
G = 30.6%
B = 35.05%

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

#F7DCFC (or 0xF7DCFC) is known color: Selago. HEX triplet: F7, DC and FC. RGB value is (247,220,252). Sum of RGB (Red+Green+Blue) = 247+220+252=719 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.35% from 719); Green value is 220 (86.33% from 255 or 30.60% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCFC is #082303. Grayscale: #E7E7E7. Windows color (decimal): -533252 or 16571639. OLE color: 16571639.

HSL color Cylindrical-coordinate representation of color #F7DCFC: hue angle of 290.62º degrees, saturation: 0.84, 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 #F7DCFC is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 220 252 -
CMYK 0.02 0.13 0 0.01
HSL 290.63º 0.84% 0.93% -
HSV(B) 290.63º 0.13% 0.99% -
XYZ 81.52 77.99 102.85 -
YUV 231.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 247 220 252 0.02 0.13 0 0.01 290.63 0.84 0.93
Hex F7 DC FC 2 D 0 1 123 54 5D
Octal 367 334 374 2 15 0 1 443 124 135
Binary 11110111 11011100 11111100 10 1101 0 1 100100011 1010100 1011101

Color Harmonies of #F7DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DCFC

Black with #F7DCFC

Text Example


Text Example

White with #F7DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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