Html Css Color HEX #FDA8CD Carnation Pink

📋 copy color: '#FDA8CD'

red 253 ◦ green 168 ◦ blue 205

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

Shades of Carnation Pink #FDA8CD

Tints of Carnation Pink #FDA8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.84%

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

R = 40.42%
G = 26.84%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDA8CD (or 0xFDA8CD) is known color: Carnation Pink. HEX triplet: FD, A8 and CD. RGB value is (253,168,205). Sum of RGB (Red+Green+Blue) = 253+168+205=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8CD is #025732. Grayscale: #C5C5C5. Windows color (decimal): -153395 or 13478141. OLE color: 13478141.

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

Color convert

RGB 253 168 205 -
CMYK 0 0.34 0.19 0.01
HSL 333.88º 0.96% 0.83% -
HSV(B) 333.88º 0.34% 0.99% -
XYZ 65.53 53.3 64.59 -
YUV 197.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 253 168 205 0 0.34 0.19 0.01 333.88 0.96 0.83
Hex FD A8 CD 0 22 13 1 14E 60 53
Octal 375 250 315 0 42 23 1 516 140 123
Binary 11111101 10101000 11001101 0 100010 10011 1 101001110 1100000 1010011

Color Harmonies of #FDA8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA8CD

Black with #FDA8CD

Text Example


Text Example

White with #FDA8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA8CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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