Html Css Color HEX #FCCDD2 We Peep

📋 copy color: '#FCCDD2'

red 252 ◦ green 205 ◦ blue 210

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

Shades of We Peep #FCCDD2

Tints of We Peep #FCCDD2

RGB

 RED value IS 252 (98.83% from 255) = 37.78%

 GREEN value IS 205 (80.47% from 255) = 30.73%

 BLUE value IS 210 (82.42% from 255) = 31.48%

R = 37.78%
G = 30.73%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCCDD2 (or 0xFCCDD2) is known color: We Peep. HEX triplet: FC, CD and D2. RGB value is (252,205,210). Sum of RGB (Red+Green+Blue) = 252+205+210=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDD2 is #03322D. Grayscale: #DBDBDB. Windows color (decimal): -209454 or 13815292. OLE color: 13815292.

HSL color Cylindrical-coordinate representation of color #FCCDD2: hue angle of 353.62º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCDD2 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 210 -
CMYK 0 0.19 0.17 0.01
HSL 353.62º 0.89% 0.9% -
HSV(B) 353.62º 0.19% 0.99% -
XYZ 73.61 69.01 70.41 -
YUV 219.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 252 205 210 0 0.19 0.17 0.01 353.62 0.89 0.9
Hex FC CD D2 0 13 11 1 162 59 5A
Octal 374 315 322 0 23 21 1 542 131 132
Binary 11111100 11001101 11010010 0 10011 10001 1 101100010 1011001 1011010

Color Harmonies of #FCCDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDD2

Black with #FCCDD2

Text Example


Text Example

White with #FCCDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDD2; }

 p { color: rgb(252,205,210); }

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

background-color css

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

 a { background-color: rgb(252,205,210); }

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

border-color css

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

 span { border-color: rgb(252,205,210); }

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