Html Css Color HEX #FDA9CC Carnation Pink

📋 copy color: '#FDA9CC'

red 253 ◦ green 169 ◦ blue 204

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

Shades of Carnation Pink #FDA9CC

Tints of Carnation Pink #FDA9CC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27%

 BLUE value IS 204 (80.08% from 255) = 32.59%

R = 40.42%
G = 27%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDA9CC (or 0xFDA9CC) is known color: Carnation Pink. HEX triplet: FD, A9 and CC. RGB value is (253,169,204). Sum of RGB (Red+Green+Blue) = 253+169+204=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9CC is #025633. Grayscale: #C6C6C6. Windows color (decimal): -153140 or 13412861. OLE color: 13412861.

HSL color Cylindrical-coordinate representation of color #FDA9CC: hue angle of 335º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDA9CC is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 169 204 -
CMYK 0 0.33 0.19 0.01
HSL 335º 0.95% 0.83% -
HSV(B) 335º 0.33% 0.99% -
XYZ 65.6 53.62 64.02 -
YUV 198.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 253 169 204 0 0.33 0.19 0.01 335 0.95 0.83
Hex FD A9 CC 0 21 13 1 14F 5F 53
Octal 375 251 314 0 41 23 1 517 137 123
Binary 11111101 10101001 11001100 0 100001 10011 1 101001111 1011111 1010011

Color Harmonies of #FDA9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9CC

Black with #FDA9CC

Text Example


Text Example

White with #FDA9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9CC; }

 p { color: rgb(253,169,204); }

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

background-color css

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

 a { background-color: rgb(253,169,204); }

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

border-color css

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

 span { border-color: rgb(253,169,204); }

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