Html Css Color HEX #FDA1D0 Carnation Pink

📋 copy color: '#FDA1D0'

red 253 ◦ green 161 ◦ blue 208

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

Shades of Carnation Pink #FDA1D0

Tints of Carnation Pink #FDA1D0

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.88%

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

R = 40.68%
G = 25.88%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDA1D0 (or 0xFDA1D0) is known color: Carnation Pink. HEX triplet: FD, A1 and D0. RGB value is (253,161,208). Sum of RGB (Red+Green+Blue) = 253+161+208=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 161 (63.28% from 255 or 25.88% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1D0 is #025E2F. Grayscale: #C1C1C1. Windows color (decimal): -155184 or 13672957. OLE color: 13672957.

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

Color convert

RGB 253 161 208 -
CMYK 0 0.36 0.18 0.01
HSL 329.35º 0.96% 0.81% -
HSV(B) 329.35º 0.36% 0.99% -
XYZ 64.64 50.93 66.1 -
YUV 193.87 135.98 170.18 -
System Red Green Blue C M Y K H S L
Decimal 253 161 208 0 0.36 0.18 0.01 329.35 0.96 0.81
Hex FD A1 D0 0 24 12 1 149 60 51
Octal 375 241 320 0 44 22 1 511 140 121
Binary 11111101 10100001 11010000 0 100100 10010 1 101001001 1100000 1010001

Color Harmonies of #FDA1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA1D0

Black with #FDA1D0

Text Example


Text Example

White with #FDA1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA1D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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