Html Css Color HEX #FF95C3 Carnation Pink

📋 copy color: '#FF95C3'

red 255 ◦ green 149 ◦ blue 195

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

Shades of Carnation Pink #FF95C3

Tints of Carnation Pink #FF95C3

RGB

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

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

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

R = 42.57%
G = 24.87%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF95C3 (or 0xFF95C3) is known color: Carnation Pink. HEX triplet: FF, 95 and C3. RGB value is (255,149,195). Sum of RGB (Red+Green+Blue) = 255+149+195=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95C3 is #006A3C. Grayscale: #B9B9B9. Windows color (decimal): -27197 or 12817919. OLE color: 12817919.

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

Color convert

RGB 255 149 195 -
CMYK 0 0.42 0.24 0
HSL 333.96º 1% 0.79% -
HSV(B) 333.96º 0.42% 1% -
XYZ 61.84 46.7 57.38 -
YUV 185.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 255 149 195 0 0.42 0.24 0 333.96 1 0.79
Hex FF 95 C3 0 2A 18 0 14E 64 4F
Octal 377 225 303 0 52 30 0 516 144 117
Binary 11111111 10010101 11000011 0 101010 11000 0 101001110 1100100 1001111

Color Harmonies of #FF95C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF95C3

Black with #FF95C3

Text Example


Text Example

White with #FF95C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF95C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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