Html Css Color HEX #F7DEFA Selago

📋 copy color: '#F7DEFA'

red 247 ◦ green 222 ◦ blue 250

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

Shades of Selago #F7DEFA

Tints of Selago #F7DEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 30.88%

 BLUE value IS 250 (98.05% from 255) = 34.77%

R = 34.35%
G = 30.88%
B = 34.77%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F7DEFA (or 0xF7DEFA) is known color: Selago. HEX triplet: F7, DE and FA. RGB value is (247,222,250). Sum of RGB (Red+Green+Blue) = 247+222+250=719 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.35% from 719); Green value is 222 (87.11% from 255 or 30.88% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DEFA is #082105. Grayscale: #E8E8E8. Windows color (decimal): -532742 or 16441079. OLE color: 16441079.

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

Color convert

RGB 247 222 250 -
CMYK 0.01 0.11 0 0.02
HSL 293.57º 0.74% 0.93% -
HSV(B) 293.57º 0.11% 0.98% -
XYZ 81.73 78.92 101.37 -
YUV 232.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 247 222 250 0.01 0.11 0 0.02 293.57 0.74 0.93
Hex F7 DE FA 1 B 0 2 126 4A 5D
Octal 367 336 372 1 13 0 2 446 112 135
Binary 11110111 11011110 11111010 1 1011 0 10 100100110 1001010 1011101

Color Harmonies of #F7DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DEFA

Black with #F7DEFA

Text Example


Text Example

White with #F7DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DEFA; }

 p { color: rgb(247,222,250); }

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

background-color css

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

 a { background-color: rgb(247,222,250); }

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

border-color css

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

 span { border-color: rgb(247,222,250); }

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