Html Css Color HEX #FC88D0 Tea Rose

📋 copy color: '#FC88D0'

red 252 ◦ green 136 ◦ blue 208

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

Shades of Tea Rose #FC88D0

Tints of Tea Rose #FC88D0

RGB

 RED value IS 252 (98.83% from 255) = 42.28%

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

 BLUE value IS 208 (81.64% from 255) = 34.9%

R = 42.28%
G = 22.82%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC88D0 (or 0xFC88D0) is known color: Tea Rose. HEX triplet: FC, 88 and D0. RGB value is (252,136,208). Sum of RGB (Red+Green+Blue) = 252+136+208=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 136 (53.52% from 255 or 22.82% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC88D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC88D0 is #03772F. Grayscale: #B2B2B2. Windows color (decimal): -227120 or 13666556. OLE color: 13666556.

HSL color Cylindrical-coordinate representation of color #FC88D0: hue angle of 322.76º degrees, saturation: 0.95, 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 #FC88D0 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 136 208 -
CMYK 0 0.46 0.17 0.01
HSL 322.76º 0.95% 0.76% -
HSV(B) 322.76º 0.46% 0.99% -
XYZ 60.33 42.86 64.77 -
YUV 178.89 144.43 180.15 -
System Red Green Blue C M Y K H S L
Decimal 252 136 208 0 0.46 0.17 0.01 322.76 0.95 0.76
Hex FC 88 D0 0 2E 11 1 143 5F 4C
Octal 374 210 320 0 56 21 1 503 137 114
Binary 11111100 10001000 11010000 0 101110 10001 1 101000011 1011111 1001100

Color Harmonies of #FC88D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC88D0

Black with #FC88D0

Text Example


Text Example

White with #FC88D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC88D0; }

 p { color: rgb(252,136,208); }

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

background-color css

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

 a { background-color: rgb(252,136,208); }

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

border-color css

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

 span { border-color: rgb(252,136,208); }

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