Html Css Color HEX #FC94CA Tea Rose

📋 copy color: '#FC94CA'

red 252 ◦ green 148 ◦ blue 202

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

Shades of Tea Rose #FC94CA

Tints of Tea Rose #FC94CA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.58%

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

R = 41.86%
G = 24.58%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC94CA (or 0xFC94CA) is known color: Tea Rose. HEX triplet: FC, 94 and CA. RGB value is (252,148,202). Sum of RGB (Red+Green+Blue) = 252+148+202=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC94CA is #036B35. Grayscale: #B9B9B9. Windows color (decimal): -224054 or 13276412. OLE color: 13276412.

HSL color Cylindrical-coordinate representation of color #FC94CA: hue angle of 328.85º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC94CA is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 148 202 -
CMYK 0 0.41 0.20 0.01
HSL 328.85º 0.95% 0.78% -
HSV(B) 328.85º 0.41% 0.99% -
XYZ 61.4 46.14 61.55 -
YUV 185.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 252 148 202 0 0.41 0.20 0.01 328.85 0.95 0.78
Hex FC 94 CA 0 29 14 1 149 5F 4E
Octal 374 224 312 0 51 24 1 511 137 116
Binary 11111100 10010100 11001010 0 101001 10100 1 101001001 1011111 1001110

Color Harmonies of #FC94CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC94CA

Black with #FC94CA

Text Example


Text Example

White with #FC94CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC94CA; }

 p { color: rgb(252,148,202); }

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

background-color css

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

 a { background-color: rgb(252,148,202); }

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

border-color css

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

 span { border-color: rgb(252,148,202); }

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