Html Css Color HEX #FD9ECF Carnation Pink

📋 copy color: '#FD9ECF'

red 253 ◦ green 158 ◦ blue 207

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

Shades of Carnation Pink #FD9ECF

Tints of Carnation Pink #FD9ECF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.57%

 BLUE value IS 207 (81.25% from 255) = 33.5%

R = 40.94%
G = 25.57%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FD9ECF (or 0xFD9ECF) is known color: Carnation Pink. HEX triplet: FD, 9E and CF. RGB value is (253,158,207). Sum of RGB (Red+Green+Blue) = 253+158+207=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9ECF is #026130. Grayscale: #BFBFBF. Windows color (decimal): -155953 or 13606653. OLE color: 13606653.

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

Color convert

RGB 253 158 207 -
CMYK 0 0.38 0.18 0.01
HSL 329.05º 0.96% 0.81% -
HSV(B) 329.05º 0.38% 0.99% -
XYZ 64 49.84 65.28 -
YUV 191.99 136.47 171.52 -
System Red Green Blue C M Y K H S L
Decimal 253 158 207 0 0.38 0.18 0.01 329.05 0.96 0.81
Hex FD 9E CF 0 26 12 1 149 60 51
Octal 375 236 317 0 46 22 1 511 140 121
Binary 11111101 10011110 11001111 0 100110 10010 1 101001001 1100000 1010001

Color Harmonies of #FD9ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9ECF

Black with #FD9ECF

Text Example


Text Example

White with #FD9ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9ECF; }

 p { color: rgb(253,158,207); }

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

background-color css

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

 a { background-color: rgb(253,158,207); }

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

border-color css

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

 span { border-color: rgb(253,158,207); }

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