Html Css Color HEX #FDCBB8 Watusi

📋 copy color: '#FDCBB8'

red 253 ◦ green 203 ◦ blue 184

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

Shades of Watusi #FDCBB8

Tints of Watusi #FDCBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 28.75%

R = 39.53%
G = 31.72%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDCBB8 (or 0xFDCBB8) is known color: Watusi. HEX triplet: FD, CB and B8. RGB value is (253,203,184). Sum of RGB (Red+Green+Blue) = 253+203+184=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 184 (72.27% from 255 or 28.75% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBB8 is #023447. Grayscale: #D7D7D7. Windows color (decimal): -144456 or 12110845. OLE color: 12110845.

HSL color Cylindrical-coordinate representation of color #FDCBB8: hue angle of 16.52º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDCBB8 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 203 184 -
CMYK 0 0.20 0.27 0.01
HSL 16.52º 0.95% 0.86% -
HSV(B) 16.52º 0.27% 0.99% -
XYZ 70.52 67.06 54.57 -
YUV 215.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 253 203 184 0 0.20 0.27 0.01 16.52 0.95 0.86
Hex FD CB B8 0 14 1B 1 11 5F 56
Octal 375 313 270 0 24 33 1 21 137 126
Binary 11111101 11001011 10111000 0 10100 11011 1 10001 1011111 1010110

Color Harmonies of #FDCBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBB8

Black with #FDCBB8

Text Example


Text Example

White with #FDCBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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