Html Css Color HEX #FDA2C9 Carnation Pink

📋 copy color: '#FDA2C9'

red 253 ◦ green 162 ◦ blue 201

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

Shades of Carnation Pink #FDA2C9

Tints of Carnation Pink #FDA2C9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.3%

 BLUE value IS 201 (78.91% from 255) = 32.63%

R = 41.07%
G = 26.3%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDA2C9 (or 0xFDA2C9) is known color: Carnation Pink. HEX triplet: FD, A2 and C9. RGB value is (253,162,201). Sum of RGB (Red+Green+Blue) = 253+162+201=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2C9 is #025D36. Grayscale: #C1C1C1. Windows color (decimal): -154935 or 13214461. OLE color: 13214461.

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

Color convert

RGB 253 162 201 -
CMYK 0 0.36 0.21 0.01
HSL 334.29º 0.96% 0.81% -
HSV(B) 334.29º 0.36% 0.99% -
XYZ 63.97 50.94 61.72 -
YUV 193.66 132.15 170.33 -
System Red Green Blue C M Y K H S L
Decimal 253 162 201 0 0.36 0.21 0.01 334.29 0.96 0.81
Hex FD A2 C9 0 24 15 1 14E 60 51
Octal 375 242 311 0 44 25 1 516 140 121
Binary 11111101 10100010 11001001 0 100100 10101 1 101001110 1100000 1010001

Color Harmonies of #FDA2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA2C9

Black with #FDA2C9

Text Example


Text Example

White with #FDA2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA2C9; }

 p { color: rgb(253,162,201); }

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

background-color css

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

 a { background-color: rgb(253,162,201); }

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

border-color css

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

 span { border-color: rgb(253,162,201); }

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