Html Css Color HEX #FD81C4 Tea Rose

📋 copy color: '#FD81C4'

red 253 ◦ green 129 ◦ blue 196

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

Shades of Tea Rose #FD81C4

Tints of Tea Rose #FD81C4

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.32%

 BLUE value IS 196 (76.95% from 255) = 33.91%

R = 43.77%
G = 22.32%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD81C4 (or 0xFD81C4) is known color: Tea Rose. HEX triplet: FD, 81 and C4. RGB value is (253,129,196). Sum of RGB (Red+Green+Blue) = 253+129+196=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD81C4 is #027E3B. Grayscale: #ADADAD. Windows color (decimal): -163388 or 12878333. OLE color: 12878333.

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

Color convert

RGB 253 129 196 -
CMYK 0 0.49 0.23 0.01
HSL 327.58º 0.97% 0.75% -
HSV(B) 327.58º 0.49% 0.99% -
XYZ 58.32 40.57 56.98 -
YUV 173.71 140.58 184.55 -
System Red Green Blue C M Y K H S L
Decimal 253 129 196 0 0.49 0.23 0.01 327.58 0.97 0.75
Hex FD 81 C4 0 31 17 1 148 61 4B
Octal 375 201 304 0 61 27 1 510 141 113
Binary 11111101 10000001 11000100 0 110001 10111 1 101001000 1100001 1001011

Color Harmonies of #FD81C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD81C4

Black with #FD81C4

Text Example


Text Example

White with #FD81C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD81C4; }

 p { color: rgb(253,129,196); }

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

background-color css

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

 a { background-color: rgb(253,129,196); }

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

border-color css

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

 span { border-color: rgb(253,129,196); }

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