Html Css Color HEX #FF9DCE Carnation Pink

📋 copy color: '#FF9DCE'

red 255 ◦ green 157 ◦ blue 206

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

Shades of Carnation Pink #FF9DCE

Tints of Carnation Pink #FF9DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.33%

R = 41.26%
G = 25.4%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FF9DCE (or 0xFF9DCE) is known color: Carnation Pink. HEX triplet: FF, 9D and CE. RGB value is (255,157,206). Sum of RGB (Red+Green+Blue) = 255+157+206=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DCE is #006231. Grayscale: #BFBFBF. Windows color (decimal): -25138 or 13540863. OLE color: 13540863.

HSL color Cylindrical-coordinate representation of color #FF9DCE: hue angle of 330º 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 #FF9DCE is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 255 157 206 -
CMYK 0 0.38 0.19 0
HSL 330º 1% 0.81% -
HSV(B) 330º 0.38% 1% -
XYZ 64.44 49.83 64.61 -
YUV 191.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 255 157 206 0 0.38 0.19 0 330 1 0.81
Hex FF 9D CE 0 26 13 0 14A 64 51
Octal 377 235 316 0 46 23 0 512 144 121
Binary 11111111 10011101 11001110 0 100110 10011 0 101001010 1100100 1010001

Color Harmonies of #FF9DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9DCE

Black with #FF9DCE

Text Example


Text Example

White with #FF9DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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