Html Css Color HEX #FD96C1 Carnation Pink

📋 copy color: '#FD96C1'

red 253 ◦ green 150 ◦ blue 193

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

Shades of Carnation Pink #FD96C1

Tints of Carnation Pink #FD96C1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.17%

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

R = 42.45%
G = 25.17%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD96C1 (or 0xFD96C1) is known color: Carnation Pink. HEX triplet: FD, 96 and C1. RGB value is (253,150,193). Sum of RGB (Red+Green+Blue) = 253+150+193=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FD96C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD96C1 is #02693E. Grayscale: #B9B9B9. Windows color (decimal): -158015 or 12687101. OLE color: 12687101.

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

Color convert

RGB 253 150 193 -
CMYK 0 0.41 0.24 0.01
HSL 334.95º 0.96% 0.79% -
HSV(B) 334.95º 0.41% 0.99% -
XYZ 61.04 46.55 56.22 -
YUV 185.7 132.12 176 -
System Red Green Blue C M Y K H S L
Decimal 253 150 193 0 0.41 0.24 0.01 334.95 0.96 0.79
Hex FD 96 C1 0 29 18 1 14F 60 4F
Octal 375 226 301 0 51 30 1 517 140 117
Binary 11111101 10010110 11000001 0 101001 11000 1 101001111 1100000 1001111

Color Harmonies of #FD96C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD96C1

Black with #FD96C1

Text Example


Text Example

White with #FD96C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD96C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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