Html Css Color HEX #FF9CCB Carnation Pink

📋 copy color: '#FF9CCB'

red 255 ◦ green 156 ◦ blue 203

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

Shades of Carnation Pink #FF9CCB

Tints of Carnation Pink #FF9CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.06%

R = 41.53%
G = 25.41%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF9CCB (or 0xFF9CCB) is known color: Carnation Pink. HEX triplet: FF, 9C and CB. RGB value is (255,156,203). Sum of RGB (Red+Green+Blue) = 255+156+203=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CCB is #006334. Grayscale: #BEBEBE. Windows color (decimal): -25397 or 13343999. OLE color: 13343999.

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

Color convert

RGB 255 156 203 -
CMYK 0 0.39 0.20 0
HSL 331.52º 1% 0.81% -
HSV(B) 331.52º 0.39% 1% -
XYZ 63.91 49.35 62.66 -
YUV 190.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 255 156 203 0 0.39 0.20 0 331.52 1 0.81
Hex FF 9C CB 0 27 14 0 14C 64 51
Octal 377 234 313 0 47 24 0 514 144 121
Binary 11111111 10011100 11001011 0 100111 10100 0 101001100 1100100 1010001

Color Harmonies of #FF9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9CCB

Black with #FF9CCB

Text Example


Text Example

White with #FF9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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