Html Css Color HEX #FD94CE Tea Rose

📋 copy color: '#FD94CE'

red 253 ◦ green 148 ◦ blue 206

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

Shades of Tea Rose #FD94CE

Tints of Tea Rose #FD94CE

RGB

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

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

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

R = 41.68%
G = 24.38%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD94CE (or 0xFD94CE) is known color: Tea Rose. HEX triplet: FD, 94 and CE. RGB value is (253,148,206). Sum of RGB (Red+Green+Blue) = 253+148+206=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FD94CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD94CE is #026B31. Grayscale: #B9B9B9. Windows color (decimal): -158514 or 13538557. OLE color: 13538557.

HSL color Cylindrical-coordinate representation of color #FD94CE: hue angle of 326.86º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FD94CE is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 148 206 -
CMYK 0 0.42 0.19 0.01
HSL 326.86º 0.96% 0.79% -
HSV(B) 326.86º 0.42% 0.99% -
XYZ 62.24 46.52 64.09 -
YUV 186.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 253 148 206 0 0.42 0.19 0.01 326.86 0.96 0.79
Hex FD 94 CE 0 2A 13 1 147 60 4F
Octal 375 224 316 0 52 23 1 507 140 117
Binary 11111101 10010100 11001110 0 101010 10011 1 101000111 1100000 1001111

Color Harmonies of #FD94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD94CE

Black with #FD94CE

Text Example


Text Example

White with #FD94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD94CE; }

 p { color: rgb(253,148,206); }

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

background-color css

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

 a { background-color: rgb(253,148,206); }

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

border-color css

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

 span { border-color: rgb(253,148,206); }

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