Html Css Color HEX #FD9ACF Carnation Pink

📋 copy color: '#FD9ACF'

red 253 ◦ green 154 ◦ blue 207

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

Shades of Carnation Pink #FD9ACF

Tints of Carnation Pink #FD9ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.08%

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

R = 41.21%
G = 25.08%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FD9ACF (or 0xFD9ACF) is known color: Carnation Pink. HEX triplet: FD, 9A and CF. RGB value is (253,154,207). Sum of RGB (Red+Green+Blue) = 253+154+207=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9ACF is #026530. Grayscale: #BDBDBD. Windows color (decimal): -156977 or 13605629. OLE color: 13605629.

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

Color convert

RGB 253 154 207 -
CMYK 0 0.39 0.18 0.01
HSL 327.88º 0.96% 0.8% -
HSV(B) 327.88º 0.39% 0.99% -
XYZ 63.33 48.5 65.06 -
YUV 189.64 137.8 173.19 -
System Red Green Blue C M Y K H S L
Decimal 253 154 207 0 0.39 0.18 0.01 327.88 0.96 0.8
Hex FD 9A CF 0 27 12 1 148 60 50
Octal 375 232 317 0 47 22 1 510 140 120
Binary 11111101 10011010 11001111 0 100111 10010 1 101001000 1100000 1010000

Color Harmonies of #FD9ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9ACF

Black with #FD9ACF

Text Example


Text Example

White with #FD9ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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