Html Css Color HEX #FDCBCF Pink

📋 copy color: '#FDCBCF'

red 253 ◦ green 203 ◦ blue 207

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

Shades of Pink #FDCBCF

Tints of Pink #FDCBCF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.62%

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

R = 38.16%
G = 30.62%
B = 31.22%

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

#FDCBCF (or 0xFDCBCF) is known color: Pink. HEX triplet: FD, CB and CF. RGB value is (253,203,207). Sum of RGB (Red+Green+Blue) = 253+203+207=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBCF is #023430. Grayscale: #DADADA. Windows color (decimal): -144433 or 13618173. OLE color: 13618173.

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

Color convert

RGB 253 203 207 -
CMYK 0 0.20 0.18 0.01
HSL 355.2º 0.93% 0.89% -
HSV(B) 355.2º 0.2% 0.99% -
XYZ 73.13 68.1 68.32 -
YUV 218.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 253 203 207 0 0.20 0.18 0.01 355.2 0.93 0.89
Hex FD CB CF 0 14 12 1 163 5D 59
Octal 375 313 317 0 24 22 1 543 135 131
Binary 11111101 11001011 11001111 0 10100 10010 1 101100011 1011101 1011001

Color Harmonies of #FDCBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBCF

Black with #FDCBCF

Text Example


Text Example

White with #FDCBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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