Html Css Color HEX #FF95CB Carnation Pink

📋 copy color: '#FF95CB'

red 255 ◦ green 149 ◦ blue 203

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

Shades of Carnation Pink #FF95CB

Tints of Carnation Pink #FF95CB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.55%

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

R = 42.01%
G = 24.55%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF95CB (or 0xFF95CB) is known color: Carnation Pink. HEX triplet: FF, 95 and CB. RGB value is (255,149,203). Sum of RGB (Red+Green+Blue) = 255+149+203=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95CB is #006A34. Grayscale: #BABABA. Windows color (decimal): -27189 or 13342207. OLE color: 13342207.

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

Color convert

RGB 255 149 203 -
CMYK 0 0.42 0.20 0
HSL 329.43º 1% 0.79% -
HSV(B) 329.43º 0.42% 1% -
XYZ 62.77 47.07 62.28 -
YUV 186.85 137.12 176.61 -
System Red Green Blue C M Y K H S L
Decimal 255 149 203 0 0.42 0.20 0 329.43 1 0.79
Hex FF 95 CB 0 2A 14 0 149 64 4F
Octal 377 225 313 0 52 24 0 511 144 117
Binary 11111111 10010101 11001011 0 101010 10100 0 101001001 1100100 1001111

Color Harmonies of #FF95CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF95CB

Black with #FF95CB

Text Example


Text Example

White with #FF95CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF95CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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