Html Css Color HEX #F0ADF2 Plum

📋 copy color: '#F0ADF2'

red 240 ◦ green 173 ◦ blue 242

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

Shades of Plum #F0ADF2

Tints of Plum #F0ADF2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.41%

 BLUE value IS 242 (94.92% from 255) = 36.95%

R = 36.64%
G = 26.41%
B = 36.95%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0ADF2 (or 0xF0ADF2) is known color: Plum. HEX triplet: F0, AD and F2. RGB value is (240,173,242). Sum of RGB (Red+Green+Blue) = 240+173+242=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0ADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADF2 is #0F520D. Grayscale: #C8C8C8. Windows color (decimal): -1004046 or 15904240. OLE color: 15904240.

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

Color convert

RGB 240 173 242 -
CMYK 0.01 0.29 0 0.05
HSL 298.26º 0.73% 0.81% -
HSV(B) 298.26º 0.29% 0.95% -
XYZ 66.91 54.82 91.06 -
YUV 200.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 240 173 242 0.01 0.29 0 0.05 298.26 0.73 0.81
Hex F0 AD F2 1 1D 0 5 12A 49 51
Octal 360 255 362 1 35 0 5 452 111 121
Binary 11110000 10101101 11110010 1 11101 0 101 100101010 1001001 1010001

Color Harmonies of #F0ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ADF2

Black with #F0ADF2

Text Example


Text Example

White with #F0ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ADF2; }

 p { color: rgb(240,173,242); }

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

background-color css

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

 a { background-color: rgb(240,173,242); }

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

border-color css

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

 span { border-color: rgb(240,173,242); }

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