Html Css Color HEX #F888CA Tea Rose

📋 copy color: '#F888CA'

red 248 ◦ green 136 ◦ blue 202

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

Shades of Tea Rose #F888CA

Tints of Tea Rose #F888CA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.21%

 BLUE value IS 202 (79.3% from 255) = 34.47%

R = 42.32%
G = 23.21%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F888CA (or 0xF888CA) is known color: Tea Rose. HEX triplet: F8, 88 and CA. RGB value is (248,136,202). Sum of RGB (Red+Green+Blue) = 248+136+202=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 136 (53.52% from 255 or 23.21% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F888CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F888CA is #077735. Grayscale: #B0B0B0. Windows color (decimal): -489270 or 13273336. OLE color: 13273336.

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

Color convert

RGB 248 136 202 -
CMYK 0 0.45 0.19 0.03
HSL 324.64º 0.89% 0.75% -
HSV(B) 324.64º 0.45% 0.97% -
XYZ 58.18 41.83 60.88 -
YUV 177.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 248 136 202 0 0.45 0.19 0.03 324.64 0.89 0.75
Hex F8 88 CA 0 2D 13 3 145 59 4B
Octal 370 210 312 0 55 23 3 505 131 113
Binary 11111000 10001000 11001010 0 101101 10011 11 101000101 1011001 1001011

Color Harmonies of #F888CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F888CA

Black with #F888CA

Text Example


Text Example

White with #F888CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F888CA; }

 p { color: rgb(248,136,202); }

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

background-color css

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

 a { background-color: rgb(248,136,202); }

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

border-color css

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

 span { border-color: rgb(248,136,202); }

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