Html Css Color HEX #FD96C8 Carnation Pink

📋 copy color: '#FD96C8'

red 253 ◦ green 150 ◦ blue 200

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

Shades of Carnation Pink #FD96C8

Tints of Carnation Pink #FD96C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.17%

R = 41.96%
G = 24.88%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FD96C8 (or 0xFD96C8) is known color: Carnation Pink. HEX triplet: FD, 96 and C8. RGB value is (253,150,200). Sum of RGB (Red+Green+Blue) = 253+150+200=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FD96C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD96C8 is #026937. Grayscale: #BABABA. Windows color (decimal): -158008 or 13145853. OLE color: 13145853.

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

Color convert

RGB 253 150 200 -
CMYK 0 0.41 0.21 0.01
HSL 330.87º 0.96% 0.79% -
HSV(B) 330.87º 0.41% 0.99% -
XYZ 61.84 46.87 60.43 -
YUV 186.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 253 150 200 0 0.41 0.21 0.01 330.87 0.96 0.79
Hex FD 96 C8 0 29 15 1 14B 60 4F
Octal 375 226 310 0 51 25 1 513 140 117
Binary 11111101 10010110 11001000 0 101001 10101 1 101001011 1100000 1001111

Color Harmonies of #FD96C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD96C8

Black with #FD96C8

Text Example


Text Example

White with #FD96C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD96C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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