Html Css Color HEX #FD94C1 Carnation Pink

📋 copy color: '#FD94C1'

red 253 ◦ green 148 ◦ blue 193

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

Shades of Carnation Pink #FD94C1

Tints of Carnation Pink #FD94C1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.92%

 BLUE value IS 193 (75.78% from 255) = 32.49%

R = 42.59%
G = 24.92%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD94C1 (or 0xFD94C1) is known color: Carnation Pink. HEX triplet: FD, 94 and C1. RGB value is (253,148,193). Sum of RGB (Red+Green+Blue) = 253+148+193=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FD94C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD94C1 is #026B3E. Grayscale: #B8B8B8. Windows color (decimal): -158527 or 12686589. OLE color: 12686589.

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

Color convert

RGB 253 148 193 -
CMYK 0 0.42 0.24 0.01
HSL 334.29º 0.96% 0.79% -
HSV(B) 334.29º 0.42% 0.99% -
XYZ 60.72 45.91 56.11 -
YUV 184.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 253 148 193 0 0.42 0.24 0.01 334.29 0.96 0.79
Hex FD 94 C1 0 2A 18 1 14E 60 4F
Octal 375 224 301 0 52 30 1 516 140 117
Binary 11111101 10010100 11000001 0 101010 11000 1 101001110 1100000 1001111

Color Harmonies of #FD94C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD94C1

Black with #FD94C1

Text Example


Text Example

White with #FD94C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD94C1; }

 p { color: rgb(253,148,193); }

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

background-color css

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

 a { background-color: rgb(253,148,193); }

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

border-color css

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

 span { border-color: rgb(253,148,193); }

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