Html Css Color HEX #FDA2D0 Carnation Pink

📋 copy color: '#FDA2D0'

red 253 ◦ green 162 ◦ blue 208

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

Shades of Carnation Pink #FDA2D0

Tints of Carnation Pink #FDA2D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.39%

R = 40.61%
G = 26%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDA2D0 (or 0xFDA2D0) is known color: Carnation Pink. HEX triplet: FD, A2 and D0. RGB value is (253,162,208). Sum of RGB (Red+Green+Blue) = 253+162+208=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 162 (63.67% from 255 or 26.00% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2D0 is #025D2F. Grayscale: #C2C2C2. Windows color (decimal): -154928 or 13673213. OLE color: 13673213.

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

Color convert

RGB 253 162 208 -
CMYK 0 0.36 0.18 0.01
HSL 329.67º 0.96% 0.81% -
HSV(B) 329.67º 0.36% 0.99% -
XYZ 64.81 51.28 66.16 -
YUV 194.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 253 162 208 0 0.36 0.18 0.01 329.67 0.96 0.81
Hex FD A2 D0 0 24 12 1 14A 60 51
Octal 375 242 320 0 44 22 1 512 140 121
Binary 11111101 10100010 11010000 0 100100 10010 1 101001010 1100000 1010001

Color Harmonies of #FDA2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA2D0

Black with #FDA2D0

Text Example


Text Example

White with #FDA2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA2D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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