Html Css Color HEX #FDA0C2 Carnation Pink

📋 copy color: '#FDA0C2'

red 253 ◦ green 160 ◦ blue 194

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

Shades of Carnation Pink #FDA0C2

Tints of Carnation Pink #FDA0C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.96%

R = 41.68%
G = 26.36%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDA0C2 (or 0xFDA0C2) is known color: Carnation Pink. HEX triplet: FD, A0 and C2. RGB value is (253,160,194). Sum of RGB (Red+Green+Blue) = 253+160+194=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0C2 is #025F3D. Grayscale: #BFBFBF. Windows color (decimal): -155454 or 12755197. OLE color: 12755197.

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

Color convert

RGB 253 160 194 -
CMYK 0 0.37 0.23 0.01
HSL 338.06º 0.96% 0.81% -
HSV(B) 338.06º 0.37% 0.99% -
XYZ 62.82 49.92 57.36 -
YUV 191.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 253 160 194 0 0.37 0.23 0.01 338.06 0.96 0.81
Hex FD A0 C2 0 25 17 1 152 60 51
Octal 375 240 302 0 45 27 1 522 140 121
Binary 11111101 10100000 11000010 0 100101 10111 1 101010010 1100000 1010001

Color Harmonies of #FDA0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA0C2

Black with #FDA0C2

Text Example


Text Example

White with #FDA0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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