Html Css Color HEX #F88DD2 Tea Rose

📋 copy color: '#F88DD2'

red 248 ◦ green 141 ◦ blue 210

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

Shades of Tea Rose #F88DD2

Tints of Tea Rose #F88DD2

RGB

 RED value IS 248 (97.27% from 255) = 41.4%

 GREEN value IS 141 (55.47% from 255) = 23.54%

 BLUE value IS 210 (82.42% from 255) = 35.06%

R = 41.4%
G = 23.54%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F88DD2 (or 0xF88DD2) is known color: Tea Rose. HEX triplet: F8, 8D and D2. RGB value is (248,141,210). Sum of RGB (Red+Green+Blue) = 248+141+210=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 141 (55.47% from 255 or 23.54% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88DD2 is #07722D. Grayscale: #B4B4B4. Windows color (decimal): -487982 or 13798904. OLE color: 13798904.

HSL color Cylindrical-coordinate representation of color #F88DD2: hue angle of 321.31º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88DD2 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 141 210 -
CMYK 0 0.43 0.15 0.03
HSL 321.31º 0.88% 0.76% -
HSV(B) 321.31º 0.43% 0.97% -
XYZ 59.87 43.66 66.24 -
YUV 180.86 144.45 175.89 -
System Red Green Blue C M Y K H S L
Decimal 248 141 210 0 0.43 0.15 0.03 321.31 0.88 0.76
Hex F8 8D D2 0 2B F 3 141 58 4C
Octal 370 215 322 0 53 17 3 501 130 114
Binary 11111000 10001101 11010010 0 101011 1111 11 101000001 1011000 1001100

Color Harmonies of #F88DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88DD2

Black with #F88DD2

Text Example


Text Example

White with #F88DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88DD2; }

 p { color: rgb(248,141,210); }

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

background-color css

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

 a { background-color: rgb(248,141,210); }

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

border-color css

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

 span { border-color: rgb(248,141,210); }

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