Html Css Color HEX #FC94CF Tea Rose

📋 copy color: '#FC94CF'

red 252 ◦ green 148 ◦ blue 207

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

Shades of Tea Rose #FC94CF

Tints of Tea Rose #FC94CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.1%

R = 41.52%
G = 24.38%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC94CF (or 0xFC94CF) is known color: Tea Rose. HEX triplet: FC, 94 and CF. RGB value is (252,148,207). Sum of RGB (Red+Green+Blue) = 252+148+207=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC94CF is #036B30. Grayscale: #B9B9B9. Windows color (decimal): -224049 or 13604092. OLE color: 13604092.

HSL color Cylindrical-coordinate representation of color #FC94CF: hue angle of 325.96º 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 #FC94CF is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 148 207 -
CMYK 0 0.41 0.18 0.01
HSL 325.96º 0.95% 0.78% -
HSV(B) 325.96º 0.41% 0.99% -
XYZ 62 46.38 64.72 -
YUV 185.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 252 148 207 0 0.41 0.18 0.01 325.96 0.95 0.78
Hex FC 94 CF 0 29 12 1 146 5F 4E
Octal 374 224 317 0 51 22 1 506 137 116
Binary 11111100 10010100 11001111 0 101001 10010 1 101000110 1011111 1001110

Color Harmonies of #FC94CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC94CF

Black with #FC94CF

Text Example


Text Example

White with #FC94CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC94CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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