Html Css Color HEX #FD8ACF Tea Rose

📋 copy color: '#FD8ACF'

red 253 ◦ green 138 ◦ blue 207

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

Shades of Tea Rose #FD8ACF

Tints of Tea Rose #FD8ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.08%

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

R = 42.31%
G = 23.08%
B = 34.62%

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

#FD8ACF (or 0xFD8ACF) is known color: Tea Rose. HEX triplet: FD, 8A and CF. RGB value is (253,138,207). Sum of RGB (Red+Green+Blue) = 253+138+207=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8ACF is #027530. Grayscale: #B4B4B4. Windows color (decimal): -161073 or 13601533. OLE color: 13601533.

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

Color convert

RGB 253 138 207 -
CMYK 0 0.45 0.18 0.01
HSL 324º 0.97% 0.77% -
HSV(B) 324º 0.45% 0.99% -
XYZ 60.86 43.56 64.23 -
YUV 180.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 253 138 207 0 0.45 0.18 0.01 324 0.97 0.77
Hex FD 8A CF 0 2D 12 1 144 61 4D
Octal 375 212 317 0 55 22 1 504 141 115
Binary 11111101 10001010 11001111 0 101101 10010 1 101000100 1100001 1001101

Color Harmonies of #FD8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8ACF

Black with #FD8ACF

Text Example


Text Example

White with #FD8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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