Html Css Color HEX #FDA2BB Carnation Pink

📋 copy color: '#FDA2BB'

red 253 ◦ green 162 ◦ blue 187

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

Shades of Carnation Pink #FDA2BB

Tints of Carnation Pink #FDA2BB

RGB

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

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

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

R = 42.03%
G = 26.91%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDA2BB (or 0xFDA2BB) is known color: Carnation Pink. HEX triplet: FD, A2 and BB. RGB value is (253,162,187). Sum of RGB (Red+Green+Blue) = 253+162+187=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2BB is #025D44. Grayscale: #C0C0C0. Windows color (decimal): -154949 or 12296957. OLE color: 12296957.

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

Color convert

RGB 253 162 187 -
CMYK 0 0.36 0.26 0.01
HSL 343.52º 0.96% 0.81% -
HSV(B) 343.52º 0.36% 0.99% -
XYZ 62.4 50.31 53.44 -
YUV 192.06 125.15 171.47 -
System Red Green Blue C M Y K H S L
Decimal 253 162 187 0 0.36 0.26 0.01 343.52 0.96 0.81
Hex FD A2 BB 0 24 1A 1 158 60 51
Octal 375 242 273 0 44 32 1 530 140 121
Binary 11111101 10100010 10111011 0 100100 11010 1 101011000 1100000 1010001

Color Harmonies of #FDA2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA2BB

Black with #FDA2BB

Text Example


Text Example

White with #FDA2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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