Html Css Color HEX #FDA0BB Carnation Pink

📋 copy color: '#FDA0BB'

red 253 ◦ green 160 ◦ blue 187

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

Shades of Carnation Pink #FDA0BB

Tints of Carnation Pink #FDA0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.17%

R = 42.17%
G = 26.67%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDA0BB (or 0xFDA0BB) is known color: Carnation Pink. HEX triplet: FD, A0 and BB. RGB value is (253,160,187). Sum of RGB (Red+Green+Blue) = 253+160+187=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0BB is #025F44. Grayscale: #BEBEBE. Windows color (decimal): -155461 or 12296445. OLE color: 12296445.

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

Color convert

RGB 253 160 187 -
CMYK 0 0.37 0.26 0.01
HSL 342.58º 0.96% 0.81% -
HSV(B) 342.58º 0.37% 0.99% -
XYZ 62.05 49.61 53.32 -
YUV 190.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 253 160 187 0 0.37 0.26 0.01 342.58 0.96 0.81
Hex FD A0 BB 0 25 1A 1 157 60 51
Octal 375 240 273 0 45 32 1 527 140 121
Binary 11111101 10100000 10111011 0 100101 11010 1 101010111 1100000 1010001

Color Harmonies of #FDA0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA0BB

Black with #FDA0BB

Text Example


Text Example

White with #FDA0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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