Html Css Color HEX #FDA2BF Carnation Pink

📋 copy color: '#FDA2BF'

red 253 ◦ green 162 ◦ blue 191

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

Shades of Carnation Pink #FDA2BF

Tints of Carnation Pink #FDA2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.52%

R = 41.75%
G = 26.73%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDA2BF (or 0xFDA2BF) is known color: Carnation Pink. HEX triplet: FD, A2 and BF. RGB value is (253,162,191). Sum of RGB (Red+Green+Blue) = 253+162+191=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2BF is #025D40. Grayscale: #C0C0C0. Windows color (decimal): -154945 or 12559101. OLE color: 12559101.

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

Color convert

RGB 253 162 191 -
CMYK 0 0.36 0.25 0.01
HSL 340.88º 0.96% 0.81% -
HSV(B) 340.88º 0.36% 0.99% -
XYZ 62.83 50.48 55.72 -
YUV 192.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 253 162 191 0 0.36 0.25 0.01 340.88 0.96 0.81
Hex FD A2 BF 0 24 19 1 155 60 51
Octal 375 242 277 0 44 31 1 525 140 121
Binary 11111101 10100010 10111111 0 100100 11001 1 101010101 1100000 1010001

Color Harmonies of #FDA2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA2BF

Black with #FDA2BF

Text Example


Text Example

White with #FDA2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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