Html Css Color HEX #FD8CCF Tea Rose

📋 copy color: '#FD8CCF'

red 253 ◦ green 140 ◦ blue 207

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

Shades of Tea Rose #FD8CCF

Tints of Tea Rose #FD8CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.33%

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

R = 42.17%
G = 23.33%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FD8CCF (or 0xFD8CCF) is known color: Tea Rose. HEX triplet: FD, 8C and CF. RGB value is (253,140,207). Sum of RGB (Red+Green+Blue) = 253+140+207=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CCF is #027330. Grayscale: #B5B5B5. Windows color (decimal): -160561 or 13602045. OLE color: 13602045.

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

Color convert

RGB 253 140 207 -
CMYK 0 0.45 0.18 0.01
HSL 324.42º 0.97% 0.77% -
HSV(B) 324.42º 0.45% 0.99% -
XYZ 61.15 44.14 64.33 -
YUV 181.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 253 140 207 0 0.45 0.18 0.01 324.42 0.97 0.77
Hex FD 8C CF 0 2D 12 1 144 61 4D
Octal 375 214 317 0 55 22 1 504 141 115
Binary 11111101 10001100 11001111 0 101101 10010 1 101000100 1100001 1001101

Color Harmonies of #FD8CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8CCF

Black with #FD8CCF

Text Example


Text Example

White with #FD8CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8CCF; }

 p { color: rgb(253,140,207); }

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

background-color css

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

 a { background-color: rgb(253,140,207); }

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

border-color css

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

 span { border-color: rgb(253,140,207); }

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