Html Css Color HEX #FFDBA6 Frangipani

📋 copy color: '#FFDBA6'

red 255 ◦ green 219 ◦ blue 166

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

Shades of Frangipani #FFDBA6

Tints of Frangipani #FFDBA6

RGB

 RED value IS 255 (100% from 255) = 39.84%

 GREEN value IS 219 (85.94% from 255) = 34.22%

 BLUE value IS 166 (65.23% from 255) = 25.94%

R = 39.84%
G = 34.22%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFDBA6 (or 0xFFDBA6) is known color: Frangipani. HEX triplet: FF, DB and A6. RGB value is (255,219,166). Sum of RGB (Red+Green+Blue) = 255+219+166=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 166 (65.23% from 255 or 25.94% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDBA6 is #002459. Grayscale: #DFDFDF. Windows color (decimal): -9306 or 10935295. OLE color: 10935295.

HSL color Cylindrical-coordinate representation of color #FFDBA6: hue angle of 35.73º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFDBA6 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 255 219 166 -
CMYK 0 0.14 0.35 0
HSL 35.73º 1% 0.83% -
HSV(B) 35.73º 0.35% 1% -
XYZ 73.45 74.68 46.62 -
YUV 223.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 255 219 166 0 0.14 0.35 0 35.73 1 0.83
Hex FF DB A6 0 E 23 0 24 64 53
Octal 377 333 246 0 16 43 0 44 144 123
Binary 11111111 11011011 10100110 0 1110 100011 0 100100 1100100 1010011

Color Harmonies of #FFDBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDBA6

Black with #FFDBA6

Text Example


Text Example

White with #FFDBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDBA6; }

 p { color: rgb(255,219,166); }

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

background-color css

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

 a { background-color: rgb(255,219,166); }

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

border-color css

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

 span { border-color: rgb(255,219,166); }

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