Html Css Color HEX #F995CE Tea Rose

📋 copy color: '#F995CE'

red 249 ◦ green 149 ◦ blue 206

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

Shades of Tea Rose #F995CE

Tints of Tea Rose #F995CE

RGB

 RED value IS 249 (97.66% from 255) = 41.23%

 GREEN value IS 149 (58.59% from 255) = 24.67%

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

R = 41.23%
G = 24.67%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F995CE (or 0xF995CE) is known color: Tea Rose. HEX triplet: F9, 95 and CE. RGB value is (249,149,206). Sum of RGB (Red+Green+Blue) = 249+149+206=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F995CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F995CE is #066A31. Grayscale: #B9B9B9. Windows color (decimal): -420402 or 13538809. OLE color: 13538809.

HSL color Cylindrical-coordinate representation of color #F995CE: hue angle of 325.8º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995CE is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 149 206 -
CMYK 0 0.40 0.17 0.02
HSL 325.8º 0.89% 0.78% -
HSV(B) 325.8º 0.4% 0.98% -
XYZ 60.95 46.09 64.08 -
YUV 185.4 139.63 173.37 -
System Red Green Blue C M Y K H S L
Decimal 249 149 206 0 0.40 0.17 0.02 325.8 0.89 0.78
Hex F9 95 CE 0 28 11 2 146 59 4E
Octal 371 225 316 0 50 21 2 506 131 116
Binary 11111001 10010101 11001110 0 101000 10001 10 101000110 1011001 1001110

Color Harmonies of #F995CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F995CE

Black with #F995CE

Text Example


Text Example

White with #F995CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F995CE; }

 p { color: rgb(249,149,206); }

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

background-color css

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

 a { background-color: rgb(249,149,206); }

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

border-color css

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

 span { border-color: rgb(249,149,206); }

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