Html Css Color HEX #FDBFCF Pink

📋 copy color: '#FDBFCF'

red 253 ◦ green 191 ◦ blue 207

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

Shades of Pink #FDBFCF

Tints of Pink #FDBFCF

RGB

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

 GREEN value IS 191 (75% from 255) = 29.34%

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

R = 38.86%
G = 29.34%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDBFCF (or 0xFDBFCF) is known color: Pink. HEX triplet: FD, BF and CF. RGB value is (253,191,207). Sum of RGB (Red+Green+Blue) = 253+191+207=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFCF is #024030. Grayscale: #D3D3D3. Windows color (decimal): -147505 or 13615101. OLE color: 13615101.

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

Color convert

RGB 253 191 207 -
CMYK 0 0.25 0.18 0.01
HSL 344.52º 0.94% 0.87% -
HSV(B) 344.52º 0.25% 0.99% -
XYZ 70.4 62.65 67.41 -
YUV 211.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 253 191 207 0 0.25 0.18 0.01 344.52 0.94 0.87
Hex FD BF CF 0 19 12 1 159 5E 57
Octal 375 277 317 0 31 22 1 531 136 127
Binary 11111101 10111111 11001111 0 11001 10010 1 101011001 1011110 1010111

Color Harmonies of #FDBFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFCF

Black with #FDBFCF

Text Example


Text Example

White with #FDBFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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