Html Css Color HEX #FDCABC Your Pink

📋 copy color: '#FDCABC'

red 253 ◦ green 202 ◦ blue 188

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

Shades of Your Pink #FDCABC

Tints of Your Pink #FDCABC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.42%

 BLUE value IS 188 (73.83% from 255) = 29.24%

R = 39.35%
G = 31.42%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDCABC (or 0xFDCABC) is known color: Your Pink. HEX triplet: FD, CA and BC. RGB value is (253,202,188). Sum of RGB (Red+Green+Blue) = 253+202+188=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCABC is #023543. Grayscale: #D7D7D7. Windows color (decimal): -144708 or 12372733. OLE color: 12372733.

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

Color convert

RGB 253 202 188 -
CMYK 0 0.20 0.26 0.01
HSL 12.92º 0.94% 0.86% -
HSV(B) 12.92º 0.26% 0.99% -
XYZ 70.71 66.75 56.74 -
YUV 215.65 112.4 154.64 -
System Red Green Blue C M Y K H S L
Decimal 253 202 188 0 0.20 0.26 0.01 12.92 0.94 0.86
Hex FD CA BC 0 14 1A 1 D 5E 56
Octal 375 312 274 0 24 32 1 15 136 126
Binary 11111101 11001010 10111100 0 10100 11010 1 1101 1011110 1010110

Color Harmonies of #FDCABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCABC

Black with #FDCABC

Text Example


Text Example

White with #FDCABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCABC; }

 p { color: rgb(253,202,188); }

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

background-color css

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

 a { background-color: rgb(253,202,188); }

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

border-color css

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

 span { border-color: rgb(253,202,188); }

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