Html Css Color HEX #FF9CC3 Carnation Pink

📋 copy color: '#FF9CC3'

red 255 ◦ green 156 ◦ blue 195

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

Shades of Carnation Pink #FF9CC3

Tints of Carnation Pink #FF9CC3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.74%

 BLUE value IS 195 (76.56% from 255) = 32.18%

R = 42.08%
G = 25.74%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF9CC3 (or 0xFF9CC3) is known color: Carnation Pink. HEX triplet: FF, 9C and C3. RGB value is (255,156,195). Sum of RGB (Red+Green+Blue) = 255+156+195=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CC3 is #00633C. Grayscale: #BDBDBD. Windows color (decimal): -25405 or 12819711. OLE color: 12819711.

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

Color convert

RGB 255 156 195 -
CMYK 0 0.39 0.24 0
HSL 336.36º 1% 0.81% -
HSV(B) 336.36º 0.39% 1% -
XYZ 62.98 48.98 57.76 -
YUV 190.05 130.8 174.33 -
System Red Green Blue C M Y K H S L
Decimal 255 156 195 0 0.39 0.24 0 336.36 1 0.81
Hex FF 9C C3 0 27 18 0 150 64 51
Octal 377 234 303 0 47 30 0 520 144 121
Binary 11111111 10011100 11000011 0 100111 11000 0 101010000 1100100 1010001

Color Harmonies of #FF9CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9CC3

Black with #FF9CC3

Text Example


Text Example

White with #FF9CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9CC3; }

 p { color: rgb(255,156,195); }

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

background-color css

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

 a { background-color: rgb(255,156,195); }

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

border-color css

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

 span { border-color: rgb(255,156,195); }

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