Html Css Color HEX #FF9DC2 Carnation Pink

📋 copy color: '#FF9DC2'

red 255 ◦ green 157 ◦ blue 194

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

Shades of Carnation Pink #FF9DC2

Tints of Carnation Pink #FF9DC2

RGB

 RED value IS 255 (100% from 255) = 42.08%

 GREEN value IS 157 (61.72% from 255) = 25.91%

 BLUE value IS 194 (76.17% from 255) = 32.01%

R = 42.08%
G = 25.91%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF9DC2 (or 0xFF9DC2) is known color: Carnation Pink. HEX triplet: FF, 9D and C2. RGB value is (255,157,194). Sum of RGB (Red+Green+Blue) = 255+157+194=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DC2 is #00623D. Grayscale: #BEBEBE. Windows color (decimal): -25150 or 12754431. OLE color: 12754431.

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

Color convert

RGB 255 157 194 -
CMYK 0 0.38 0.24 0
HSL 337.35º 1% 0.81% -
HSV(B) 337.35º 0.38% 1% -
XYZ 63.03 49.27 57.23 -
YUV 190.52 129.97 173.99 -
System Red Green Blue C M Y K H S L
Decimal 255 157 194 0 0.38 0.24 0 337.35 1 0.81
Hex FF 9D C2 0 26 18 0 151 64 51
Octal 377 235 302 0 46 30 0 521 144 121
Binary 11111111 10011101 11000010 0 100110 11000 0 101010001 1100100 1010001

Color Harmonies of #FF9DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9DC2

Black with #FF9DC2

Text Example


Text Example

White with #FF9DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9DC2; }

 p { color: rgb(255,157,194); }

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

background-color css

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

 a { background-color: rgb(255,157,194); }

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

border-color css

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

 span { border-color: rgb(255,157,194); }

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