Html Css Color HEX #FDCCC2 Your Pink

📋 copy color: '#FDCCC2'

red 253 ◦ green 204 ◦ blue 194

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

Shades of Your Pink #FDCCC2

Tints of Your Pink #FDCCC2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.34%

 BLUE value IS 194 (76.17% from 255) = 29.8%

R = 38.86%
G = 31.34%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDCCC2 (or 0xFDCCC2) is known color: Your Pink. HEX triplet: FD, CC and C2. RGB value is (253,204,194). Sum of RGB (Red+Green+Blue) = 253+204+194=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCC2 is #02333D. Grayscale: #D9D9D9. Windows color (decimal): -144190 or 12766461. OLE color: 12766461.

HSL color Cylindrical-coordinate representation of color #FDCCC2: hue angle of 10.17º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDCCC2 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 204 194 -
CMYK 0 0.19 0.23 0.01
HSL 10.17º 0.94% 0.88% -
HSV(B) 10.17º 0.23% 0.99% -
XYZ 71.84 67.96 60.37 -
YUV 217.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 253 204 194 0 0.19 0.23 0.01 10.17 0.94 0.88
Hex FD CC C2 0 13 17 1 A 5E 58
Octal 375 314 302 0 23 27 1 12 136 130
Binary 11111101 11001100 11000010 0 10011 10111 1 1010 1011110 1011000

Color Harmonies of #FDCCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCC2

Black with #FDCCC2

Text Example


Text Example

White with #FDCCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCC2; }

 p { color: rgb(253,204,194); }

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

background-color css

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

 a { background-color: rgb(253,204,194); }

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

border-color css

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

 span { border-color: rgb(253,204,194); }

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