Html Css Color HEX #FD88C2 Tea Rose

📋 copy color: '#FD88C2'

red 253 ◦ green 136 ◦ blue 194

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

Shades of Tea Rose #FD88C2

Tints of Tea Rose #FD88C2

RGB

 RED value IS 253 (99.22% from 255) = 43.4%

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

 BLUE value IS 194 (76.17% from 255) = 33.28%

R = 43.4%
G = 23.33%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD88C2 (or 0xFD88C2) is known color: Tea Rose. HEX triplet: FD, 88 and C2. RGB value is (253,136,194). Sum of RGB (Red+Green+Blue) = 253+136+194=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FD88C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD88C2 is #02773D. Grayscale: #B1B1B1. Windows color (decimal): -161598 or 12749053. OLE color: 12749053.

HSL color Cylindrical-coordinate representation of color #FD88C2: hue angle of 330.26º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FD88C2 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 136 194 -
CMYK 0 0.46 0.23 0.01
HSL 330.26º 0.97% 0.76% -
HSV(B) 330.26º 0.46% 0.99% -
XYZ 59.05 42.39 56.11 -
YUV 177.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 253 136 194 0 0.46 0.23 0.01 330.26 0.97 0.76
Hex FD 88 C2 0 2E 17 1 14A 61 4C
Octal 375 210 302 0 56 27 1 512 141 114
Binary 11111101 10001000 11000010 0 101110 10111 1 101001010 1100001 1001100

Color Harmonies of #FD88C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD88C2

Black with #FD88C2

Text Example


Text Example

White with #FD88C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD88C2; }

 p { color: rgb(253,136,194); }

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

background-color css

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

 a { background-color: rgb(253,136,194); }

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

border-color css

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

 span { border-color: rgb(253,136,194); }

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