Html Css Color HEX #FDA0D0 Carnation Pink

📋 copy color: '#FDA0D0'

red 253 ◦ green 160 ◦ blue 208

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

Shades of Carnation Pink #FDA0D0

Tints of Carnation Pink #FDA0D0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.76%

 BLUE value IS 208 (81.64% from 255) = 33.49%

R = 40.74%
G = 25.76%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDA0D0 (or 0xFDA0D0) is known color: Carnation Pink. HEX triplet: FD, A0 and D0. RGB value is (253,160,208). Sum of RGB (Red+Green+Blue) = 253+160+208=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 160 (62.89% from 255 or 25.76% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0D0 is #025F2F. Grayscale: #C1C1C1. Windows color (decimal): -155440 or 13672701. OLE color: 13672701.

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

Color convert

RGB 253 160 208 -
CMYK 0 0.37 0.18 0.01
HSL 329.03º 0.96% 0.81% -
HSV(B) 329.03º 0.37% 0.99% -
XYZ 64.46 50.58 66.04 -
YUV 193.28 136.31 170.6 -
System Red Green Blue C M Y K H S L
Decimal 253 160 208 0 0.37 0.18 0.01 329.03 0.96 0.81
Hex FD A0 D0 0 25 12 1 149 60 51
Octal 375 240 320 0 45 22 1 511 140 121
Binary 11111101 10100000 11010000 0 100101 10010 1 101001001 1100000 1010001

Color Harmonies of #FDA0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA0D0

Black with #FDA0D0

Text Example


Text Example

White with #FDA0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA0D0; }

 p { color: rgb(253,160,208); }

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

background-color css

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

 a { background-color: rgb(253,160,208); }

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

border-color css

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

 span { border-color: rgb(253,160,208); }

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