Html Css Color HEX #FDA1CC Carnation Pink

📋 copy color: '#FDA1CC'

red 253 ◦ green 161 ◦ blue 204

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

Shades of Carnation Pink #FDA1CC

Tints of Carnation Pink #FDA1CC

RGB

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

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

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

R = 40.94%
G = 26.05%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDA1CC (or 0xFDA1CC) is known color: Carnation Pink. HEX triplet: FD, A1 and CC. RGB value is (253,161,204). Sum of RGB (Red+Green+Blue) = 253+161+204=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1CC is #025E33. Grayscale: #C1C1C1. Windows color (decimal): -155188 or 13410813. OLE color: 13410813.

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

Color convert

RGB 253 161 204 -
CMYK 0 0.36 0.19 0.01
HSL 331.96º 0.96% 0.81% -
HSV(B) 331.96º 0.36% 0.99% -
XYZ 64.15 50.73 63.54 -
YUV 193.41 133.98 170.5 -
System Red Green Blue C M Y K H S L
Decimal 253 161 204 0 0.36 0.19 0.01 331.96 0.96 0.81
Hex FD A1 CC 0 24 13 1 14C 60 51
Octal 375 241 314 0 44 23 1 514 140 121
Binary 11111101 10100001 11001100 0 100100 10011 1 101001100 1100000 1010001

Color Harmonies of #FDA1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA1CC

Black with #FDA1CC

Text Example


Text Example

White with #FDA1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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