Html Css Color HEX #FE98CA Carnation Pink

📋 copy color: '#FE98CA'

red 254 ◦ green 152 ◦ blue 202

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

Shades of Carnation Pink #FE98CA

Tints of Carnation Pink #FE98CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.22%

R = 41.78%
G = 25%
B = 33.22%

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

#FE98CA (or 0xFE98CA) is known color: Carnation Pink. HEX triplet: FE, 98 and CA. RGB value is (254,152,202). Sum of RGB (Red+Green+Blue) = 254+152+202=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 152 (59.77% from 255 or 25% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE98CA is #016735. Grayscale: #BCBCBC. Windows color (decimal): -91958 or 13277438. OLE color: 13277438.

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

Color convert

RGB 254 152 202 -
CMYK 0 0.40 0.20 0.00
HSL 330.59º 0.98% 0.8% -
HSV(B) 330.59º 0.4% 1% -
XYZ 62.76 47.79 61.79 -
YUV 188.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 254 152 202 0 0.40 0.20 0.00 330.59 0.98 0.8
Hex FE 98 CA 0 28 14 0 14B 62 50
Octal 376 230 312 0 50 24 0 513 142 120
Binary 11111110 10011000 11001010 0 101000 10100 0 101001011 1100010 1010000

Color Harmonies of #FE98CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE98CA

Black with #FE98CA

Text Example


Text Example

White with #FE98CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE98CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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