Html Css Color HEX #F0D7F3 Selago

📋 copy color: '#F0D7F3'

red 240 ◦ green 215 ◦ blue 243

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

Shades of Selago #F0D7F3

Tints of Selago #F0D7F3

RGB

 RED value IS 240 (94.14% from 255) = 34.38%

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

 BLUE value IS 243 (95.31% from 255) = 34.81%

R = 34.38%
G = 30.8%
B = 34.81%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0D7F3 (or 0xF0D7F3) is known color: Selago. HEX triplet: F0, D7 and F3. RGB value is (240,215,243). Sum of RGB (Red+Green+Blue) = 240+215+243=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 215 (84.38% from 255 or 30.80% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0D7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D7F3 is #0F280C. Grayscale: #E1E1E1. Windows color (decimal): -993293 or 15980528. OLE color: 15980528.

HSL color Cylindrical-coordinate representation of color #F0D7F3: hue angle of 293.57º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D7F3 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 215 243 -
CMYK 0.01 0.12 0 0.05
HSL 293.57º 0.54% 0.9% -
HSV(B) 293.57º 0.12% 0.95% -
XYZ 76.41 73.6 94.97 -
YUV 225.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 240 215 243 0.01 0.12 0 0.05 293.57 0.54 0.9
Hex F0 D7 F3 1 C 0 5 126 36 5A
Octal 360 327 363 1 14 0 5 446 66 132
Binary 11110000 11010111 11110011 1 1100 0 101 100100110 110110 1011010

Color Harmonies of #F0D7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D7F3

Black with #F0D7F3

Text Example


Text Example

White with #F0D7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D7F3; }

 p { color: rgb(240,215,243); }

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

background-color css

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

 a { background-color: rgb(240,215,243); }

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

border-color css

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

 span { border-color: rgb(240,215,243); }

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