Html Css Color HEX #FE98CC Carnation Pink

📋 copy color: '#FE98CC'

red 254 ◦ green 152 ◦ blue 204

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

Shades of Carnation Pink #FE98CC

Tints of Carnation Pink #FE98CC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.92%

 BLUE value IS 204 (80.08% from 255) = 33.44%

R = 41.64%
G = 24.92%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE98CC (or 0xFE98CC) is known color: Carnation Pink. HEX triplet: FE, 98 and CC. RGB value is (254,152,204). Sum of RGB (Red+Green+Blue) = 254+152+204=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE98CC is #016733. Grayscale: #BCBCBC. Windows color (decimal): -91956 or 13408510. OLE color: 13408510.

HSL color Cylindrical-coordinate representation of color #FE98CC: hue angle of 329.41º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE98CC is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 152 204 -
CMYK 0 0.40 0.20 0.00
HSL 329.41º 0.98% 0.8% -
HSV(B) 329.41º 0.4% 1% -
XYZ 63 47.89 63.05 -
YUV 188.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 254 152 204 0 0.40 0.20 0.00 329.41 0.98 0.8
Hex FE 98 CC 0 28 14 0 149 62 50
Octal 376 230 314 0 50 24 0 511 142 120
Binary 11111110 10011000 11001100 0 101000 10100 0 101001001 1100010 1010000

Color Harmonies of #FE98CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE98CC

Black with #FE98CC

Text Example


Text Example

White with #FE98CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE98CC; }

 p { color: rgb(254,152,204); }

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

background-color css

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

 a { background-color: rgb(254,152,204); }

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

border-color css

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

 span { border-color: rgb(254,152,204); }

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