Html Css Color HEX #FDACCD Carnation Pink

📋 copy color: '#FDACCD'

red 253 ◦ green 172 ◦ blue 205

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

Shades of Carnation Pink #FDACCD

Tints of Carnation Pink #FDACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.3%

 BLUE value IS 205 (80.47% from 255) = 32.54%

R = 40.16%
G = 27.3%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDACCD (or 0xFDACCD) is known color: Carnation Pink. HEX triplet: FD, AC and CD. RGB value is (253,172,205). Sum of RGB (Red+Green+Blue) = 253+172+205=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACCD is #025332. Grayscale: #C7C7C7. Windows color (decimal): -152371 or 13479165. OLE color: 13479165.

HSL color Cylindrical-coordinate representation of color #FDACCD: hue angle of 335.56º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDACCD is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 172 205 -
CMYK 0 0.32 0.19 0.01
HSL 335.56º 0.95% 0.83% -
HSV(B) 335.56º 0.32% 0.99% -
XYZ 66.28 54.8 64.84 -
YUV 199.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 253 172 205 0 0.32 0.19 0.01 335.56 0.95 0.83
Hex FD AC CD 0 20 13 1 150 5F 53
Octal 375 254 315 0 40 23 1 520 137 123
Binary 11111101 10101100 11001101 0 100000 10011 1 101010000 1011111 1010011

Color Harmonies of #FDACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACCD

Black with #FDACCD

Text Example


Text Example

White with #FDACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACCD; }

 p { color: rgb(253,172,205); }

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

background-color css

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

 a { background-color: rgb(253,172,205); }

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

border-color css

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

 span { border-color: rgb(253,172,205); }

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