Html Css Color HEX #FF9ECB Carnation Pink

📋 copy color: '#FF9ECB'

red 255 ◦ green 158 ◦ blue 203

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

Shades of Carnation Pink #FF9ECB

Tints of Carnation Pink #FF9ECB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.65%

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

R = 41.4%
G = 25.65%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF9ECB (or 0xFF9ECB) is known color: Carnation Pink. HEX triplet: FF, 9E and CB. RGB value is (255,158,203). Sum of RGB (Red+Green+Blue) = 255+158+203=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ECB is #006134. Grayscale: #C0C0C0. Windows color (decimal): -24885 or 13344511. OLE color: 13344511.

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

Color convert

RGB 255 158 203 -
CMYK 0 0.38 0.20 0
HSL 332.16º 1% 0.81% -
HSV(B) 332.16º 0.38% 1% -
XYZ 64.25 50.03 62.77 -
YUV 192.13 134.14 172.84 -
System Red Green Blue C M Y K H S L
Decimal 255 158 203 0 0.38 0.20 0 332.16 1 0.81
Hex FF 9E CB 0 26 14 0 14C 64 51
Octal 377 236 313 0 46 24 0 514 144 121
Binary 11111111 10011110 11001011 0 100110 10100 0 101001100 1100100 1010001

Color Harmonies of #FF9ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9ECB

Black with #FF9ECB

Text Example


Text Example

White with #FF9ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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