Html Css Color HEX #FD98CA Carnation Pink

📋 copy color: '#FD98CA'

red 253 ◦ green 152 ◦ blue 202

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

Shades of Carnation Pink #FD98CA

Tints of Carnation Pink #FD98CA

RGB

 RED value IS 253 (99.22% from 255) = 41.68%

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

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

R = 41.68%
G = 25.04%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FD98CA (or 0xFD98CA) is known color: Carnation Pink. HEX triplet: FD, 98 and CA. RGB value is (253,152,202). Sum of RGB (Red+Green+Blue) = 253+152+202=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FD98CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD98CA is #026735. Grayscale: #BBBBBB. Windows color (decimal): -157494 or 13277437. OLE color: 13277437.

HSL color Cylindrical-coordinate representation of color #FD98CA: hue angle of 330.3º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD98CA is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 152 202 -
CMYK 0 0.40 0.20 0.01
HSL 330.3º 0.96% 0.79% -
HSV(B) 330.3º 0.4% 0.99% -
XYZ 62.4 47.6 61.78 -
YUV 187.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 253 152 202 0 0.40 0.20 0.01 330.3 0.96 0.79
Hex FD 98 CA 0 28 14 1 14A 60 4F
Octal 375 230 312 0 50 24 1 512 140 117
Binary 11111101 10011000 11001010 0 101000 10100 1 101001010 1100000 1001111

Color Harmonies of #FD98CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD98CA

Black with #FD98CA

Text Example


Text Example

White with #FD98CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD98CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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