Html Css Color HEX #F88CCE Tea Rose

📋 copy color: '#F88CCE'

red 248 ◦ green 140 ◦ blue 206

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

Shades of Tea Rose #F88CCE

Tints of Tea Rose #F88CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.57%

 BLUE value IS 206 (80.86% from 255) = 34.68%

R = 41.75%
G = 23.57%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F88CCE (or 0xF88CCE) is known color: Tea Rose. HEX triplet: F8, 8C and CE. RGB value is (248,140,206). Sum of RGB (Red+Green+Blue) = 248+140+206=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 140 (55.08% from 255 or 23.57% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88CCE is #077331. Grayscale: #B3B3B3. Windows color (decimal): -488242 or 13536504. OLE color: 13536504.

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

Color convert

RGB 248 140 206 -
CMYK 0 0.44 0.17 0.03
HSL 323.33º 0.89% 0.76% -
HSV(B) 323.33º 0.44% 0.97% -
XYZ 59.23 43.17 63.6 -
YUV 179.82 142.78 176.63 -
System Red Green Blue C M Y K H S L
Decimal 248 140 206 0 0.44 0.17 0.03 323.33 0.89 0.76
Hex F8 8C CE 0 2C 11 3 143 59 4C
Octal 370 214 316 0 54 21 3 503 131 114
Binary 11111000 10001100 11001110 0 101100 10001 11 101000011 1011001 1001100

Color Harmonies of #F88CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88CCE

Black with #F88CCE

Text Example


Text Example

White with #F88CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88CCE; }

 p { color: rgb(248,140,206); }

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

background-color css

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

 a { background-color: rgb(248,140,206); }

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

border-color css

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

 span { border-color: rgb(248,140,206); }

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