Html Css Color HEX #FDA0B9 Carnation Pink

📋 copy color: '#FDA0B9'

red 253 ◦ green 160 ◦ blue 185

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

Shades of Carnation Pink #FDA0B9

Tints of Carnation Pink #FDA0B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.94%

R = 42.31%
G = 26.76%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDA0B9 (or 0xFDA0B9) is known color: Carnation Pink. HEX triplet: FD, A0 and B9. RGB value is (253,160,185). Sum of RGB (Red+Green+Blue) = 253+160+185=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0B9 is #025F46. Grayscale: #BEBEBE. Windows color (decimal): -155463 or 12165373. OLE color: 12165373.

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

Color convert

RGB 253 160 185 -
CMYK 0 0.37 0.27 0.01
HSL 343.87º 0.96% 0.81% -
HSV(B) 343.87º 0.37% 0.99% -
XYZ 61.84 49.53 52.2 -
YUV 190.66 124.81 172.47 -
System Red Green Blue C M Y K H S L
Decimal 253 160 185 0 0.37 0.27 0.01 343.87 0.96 0.81
Hex FD A0 B9 0 25 1B 1 158 60 51
Octal 375 240 271 0 45 33 1 530 140 121
Binary 11111101 10100000 10111001 0 100101 11011 1 101011000 1100000 1010001

Color Harmonies of #FDA0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA0B9

Black with #FDA0B9

Text Example


Text Example

White with #FDA0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA0B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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