Html Css Color HEX #FDCACF Pink

📋 copy color: '#FDCACF'

red 253 ◦ green 202 ◦ blue 207

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

Shades of Pink #FDCACF

Tints of Pink #FDCACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.27%

R = 38.22%
G = 30.51%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDCACF (or 0xFDCACF) is known color: Pink. HEX triplet: FD, CA and CF. RGB value is (253,202,207). Sum of RGB (Red+Green+Blue) = 253+202+207=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCACF is #023530. Grayscale: #D9D9D9. Windows color (decimal): -144689 or 13617917. OLE color: 13617917.

HSL color Cylindrical-coordinate representation of color #FDCACF: hue angle of 354.12º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCACF is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 202 207 -
CMYK 0 0.20 0.18 0.01
HSL 354.12º 0.93% 0.89% -
HSV(B) 354.12º 0.2% 0.99% -
XYZ 72.89 67.63 68.24 -
YUV 217.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 253 202 207 0 0.20 0.18 0.01 354.12 0.93 0.89
Hex FD CA CF 0 14 12 1 162 5D 59
Octal 375 312 317 0 24 22 1 542 135 131
Binary 11111101 11001010 11001111 0 10100 10010 1 101100010 1011101 1011001

Color Harmonies of #FDCACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCACF

Black with #FDCACF

Text Example


Text Example

White with #FDCACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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