Html Css Color HEX #FD98D2 Carnation Pink

📋 copy color: '#FD98D2'

red 253 ◦ green 152 ◦ blue 210

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

Shades of Carnation Pink #FD98D2

Tints of Carnation Pink #FD98D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.15%

R = 41.14%
G = 24.72%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD98D2 (or 0xFD98D2) is known color: Carnation Pink. HEX triplet: FD, 98 and D2. RGB value is (253,152,210). Sum of RGB (Red+Green+Blue) = 253+152+210=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FD98D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD98D2 is #02672D. Grayscale: #BCBCBC. Windows color (decimal): -157486 or 13801725. OLE color: 13801725.

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

Color convert

RGB 253 152 210 -
CMYK 0 0.40 0.17 0.01
HSL 325.54º 0.96% 0.79% -
HSV(B) 325.54º 0.4% 0.99% -
XYZ 63.37 47.99 66.9 -
YUV 188.81 139.96 173.78 -
System Red Green Blue C M Y K H S L
Decimal 253 152 210 0 0.40 0.17 0.01 325.54 0.96 0.79
Hex FD 98 D2 0 28 11 1 146 60 4F
Octal 375 230 322 0 50 21 1 506 140 117
Binary 11111101 10011000 11010010 0 101000 10001 1 101000110 1100000 1001111

Color Harmonies of #FD98D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD98D2

Black with #FD98D2

Text Example


Text Example

White with #FD98D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD98D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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