Html Css Color HEX #F885C3 Tea Rose

📋 copy color: '#F885C3'

red 248 ◦ green 133 ◦ blue 195

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

Shades of Tea Rose #F885C3

Tints of Tea Rose #F885C3

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.09%

 BLUE value IS 195 (76.56% from 255) = 33.85%

R = 43.06%
G = 23.09%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F885C3 (or 0xF885C3) is known color: Tea Rose. HEX triplet: F8, 85 and C3. RGB value is (248,133,195). Sum of RGB (Red+Green+Blue) = 248+133+195=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F885C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885C3 is #077A3C. Grayscale: #AEAEAE. Windows color (decimal): -490045 or 12813816. OLE color: 12813816.

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

Color convert

RGB 248 133 195 -
CMYK 0 0.46 0.21 0.03
HSL 327.65º 0.89% 0.75% -
HSV(B) 327.65º 0.46% 0.97% -
XYZ 56.95 40.67 56.48 -
YUV 174.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 248 133 195 0 0.46 0.21 0.03 327.65 0.89 0.75
Hex F8 85 C3 0 2E 15 3 148 59 4B
Octal 370 205 303 0 56 25 3 510 131 113
Binary 11111000 10000101 11000011 0 101110 10101 11 101001000 1011001 1001011

Color Harmonies of #F885C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F885C3

Black with #F885C3

Text Example


Text Example

White with #F885C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F885C3; }

 p { color: rgb(248,133,195); }

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

background-color css

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

 a { background-color: rgb(248,133,195); }

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

border-color css

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

 span { border-color: rgb(248,133,195); }

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