Html Css Color HEX #FDD1C2 Tuft Bush

📋 copy color: '#FDD1C2'

red 253 ◦ green 209 ◦ blue 194

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

Shades of Tuft Bush #FDD1C2

Tints of Tuft Bush #FDD1C2

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.86%

 BLUE value IS 194 (76.17% from 255) = 29.57%

R = 38.57%
G = 31.86%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDD1C2 (or 0xFDD1C2) is known color: Tuft Bush. HEX triplet: FD, D1 and C2. RGB value is (253,209,194). Sum of RGB (Red+Green+Blue) = 253+209+194=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 209 (82.03% from 255 or 31.86% from 656); Blue value is 194 (76.17% from 255 or 29.57% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1C2 is #022E3D. Grayscale: #DCDCDC. Windows color (decimal): -142910 or 12767741. OLE color: 12767741.

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

Color convert

RGB 253 209 194 -
CMYK 0 0.17 0.23 0.01
HSL 15.25º 0.94% 0.88% -
HSV(B) 15.25º 0.23% 0.99% -
XYZ 73.05 70.38 60.77 -
YUV 220.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 253 209 194 0 0.17 0.23 0.01 15.25 0.94 0.88
Hex FD D1 C2 0 11 17 1 F 5E 58
Octal 375 321 302 0 21 27 1 17 136 130
Binary 11111101 11010001 11000010 0 10001 10111 1 1111 1011110 1011000

Color Harmonies of #FDD1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD1C2

Black with #FDD1C2

Text Example


Text Example

White with #FDD1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD1C2; }

 p { color: rgb(253,209,194); }

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

background-color css

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

 a { background-color: rgb(253,209,194); }

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

border-color css

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

 span { border-color: rgb(253,209,194); }

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