Html Css Color HEX #FDBFCC Pink

📋 copy color: '#FDBFCC'

red 253 ◦ green 191 ◦ blue 204

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

Shades of Pink #FDBFCC

Tints of Pink #FDBFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.48%

R = 39.04%
G = 29.48%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDBFCC (or 0xFDBFCC) is known color: Pink. HEX triplet: FD, BF and CC. RGB value is (253,191,204). Sum of RGB (Red+Green+Blue) = 253+191+204=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFCC is #024033. Grayscale: #D3D3D3. Windows color (decimal): -147508 or 13418493. OLE color: 13418493.

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

Color convert

RGB 253 191 204 -
CMYK 0 0.25 0.19 0.01
HSL 347.42º 0.94% 0.87% -
HSV(B) 347.42º 0.25% 0.99% -
XYZ 70.04 62.5 65.5 -
YUV 211.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 253 191 204 0 0.25 0.19 0.01 347.42 0.94 0.87
Hex FD BF CC 0 19 13 1 15B 5E 57
Octal 375 277 314 0 31 23 1 533 136 127
Binary 11111101 10111111 11001100 0 11001 10011 1 101011011 1011110 1010111

Color Harmonies of #FDBFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFCC

Black with #FDBFCC

Text Example


Text Example

White with #FDBFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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