Html Css Color HEX #F6CDB6 Watusi

📋 copy color: '#F6CDB6'

red 246 ◦ green 205 ◦ blue 182

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

Shades of Watusi #F6CDB6

Tints of Watusi #F6CDB6

RGB

 RED value IS 246 (96.48% from 255) = 38.86%

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

 BLUE value IS 182 (71.48% from 255) = 28.75%

R = 38.86%
G = 32.39%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F6CDB6 (or 0xF6CDB6) is known color: Watusi. HEX triplet: F6, CD and B6. RGB value is (246,205,182). Sum of RGB (Red+Green+Blue) = 246+205+182=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 182 (71.48% from 255 or 28.75% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDB6 is #093249. Grayscale: #D6D6D6. Windows color (decimal): -602698 or 11980278. OLE color: 11980278.

HSL color Cylindrical-coordinate representation of color #F6CDB6: hue angle of 21.56º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6CDB6 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 205 182 -
CMYK 0 0.17 0.26 0.04
HSL 21.56º 0.78% 0.84% -
HSV(B) 21.56º 0.26% 0.96% -
XYZ 68.28 66.63 53.52 -
YUV 214.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 246 205 182 0 0.17 0.26 0.04 21.56 0.78 0.84
Hex F6 CD B6 0 11 1A 4 16 4E 54
Octal 366 315 266 0 21 32 4 26 116 124
Binary 11110110 11001101 10110110 0 10001 11010 100 10110 1001110 1010100

Color Harmonies of #F6CDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CDB6

Black with #F6CDB6

Text Example


Text Example

White with #F6CDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CDB6; }

 p { color: rgb(246,205,182); }

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

background-color css

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

 a { background-color: rgb(246,205,182); }

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

border-color css

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

 span { border-color: rgb(246,205,182); }

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