Html Css Color HEX #FE95CF Carnation Pink

📋 copy color: '#FE95CF'

red 254 ◦ green 149 ◦ blue 207

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

Shades of Carnation Pink #FE95CF

Tints of Carnation Pink #FE95CF

RGB

 RED value IS 254 (99.61% from 255) = 41.64%

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

 BLUE value IS 207 (81.25% from 255) = 33.93%

R = 41.64%
G = 24.43%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE95CF (or 0xFE95CF) is known color: Carnation Pink. HEX triplet: FE, 95 and CF. RGB value is (254,149,207). Sum of RGB (Red+Green+Blue) = 254+149+207=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 149 (58.59% from 255 or 24.43% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE95CF is #016A30. Grayscale: #BABABA. Windows color (decimal): -92721 or 13604350. OLE color: 13604350.

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

Color convert

RGB 254 149 207 -
CMYK 0 0.41 0.19 0.00
HSL 326.86º 0.98% 0.79% -
HSV(B) 326.86º 0.41% 1% -
XYZ 62.88 47.07 64.8 -
YUV 187.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 254 149 207 0 0.41 0.19 0.00 326.86 0.98 0.79
Hex FE 95 CF 0 29 13 0 147 62 4F
Octal 376 225 317 0 51 23 0 507 142 117
Binary 11111110 10010101 11001111 0 101001 10011 0 101000111 1100010 1001111

Color Harmonies of #FE95CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE95CF

Black with #FE95CF

Text Example


Text Example

White with #FE95CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE95CF; }

 p { color: rgb(254,149,207); }

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

background-color css

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

 a { background-color: rgb(254,149,207); }

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

border-color css

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

 span { border-color: rgb(254,149,207); }

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