Html Css Color HEX #FDA2B8 Carnation Pink

📋 copy color: '#FDA2B8'

red 253 ◦ green 162 ◦ blue 184

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

Shades of Carnation Pink #FDA2B8

Tints of Carnation Pink #FDA2B8

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.05%

 BLUE value IS 184 (72.27% from 255) = 30.72%

R = 42.24%
G = 27.05%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDA2B8 (or 0xFDA2B8) is known color: Carnation Pink. HEX triplet: FD, A2 and B8. RGB value is (253,162,184). Sum of RGB (Red+Green+Blue) = 253+162+184=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2B8 is #025D47. Grayscale: #BFBFBF. Windows color (decimal): -154952 or 12100349. OLE color: 12100349.

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

Color convert

RGB 253 162 184 -
CMYK 0 0.36 0.27 0.01
HSL 345.49º 0.96% 0.81% -
HSV(B) 345.49º 0.36% 0.99% -
XYZ 62.08 50.18 51.76 -
YUV 191.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 253 162 184 0 0.36 0.27 0.01 345.49 0.96 0.81
Hex FD A2 B8 0 24 1B 1 159 60 51
Octal 375 242 270 0 44 33 1 531 140 121
Binary 11111101 10100010 10111000 0 100100 11011 1 101011001 1100000 1010001

Color Harmonies of #FDA2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA2B8

Black with #FDA2B8

Text Example


Text Example

White with #FDA2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA2B8; }

 p { color: rgb(253,162,184); }

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

background-color css

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

 a { background-color: rgb(253,162,184); }

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

border-color css

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

 span { border-color: rgb(253,162,184); }

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