Html Css Color HEX #FFDA9E Frangipani

📋 copy color: '#FFDA9E'

red 255 ◦ green 218 ◦ blue 158

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

Shades of Frangipani #FFDA9E

Tints of Frangipani #FFDA9E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.55%

 BLUE value IS 158 (62.11% from 255) = 25.04%

R = 40.41%
G = 34.55%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FFDA9E (or 0xFFDA9E) is known color: Frangipani. HEX triplet: FF, DA and 9E. RGB value is (255,218,158). Sum of RGB (Red+Green+Blue) = 255+218+158=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 158 (62.11% from 255 or 25.04% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA9E is #002561. Grayscale: #DEDEDE. Windows color (decimal): -9570 or 10410751. OLE color: 10410751.

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

Color convert

RGB 255 218 158 -
CMYK 0 0.15 0.38 0
HSL 37.11º 1% 0.81% -
HSV(B) 37.11º 0.38% 1% -
XYZ 72.48 73.87 42.79 -
YUV 222.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 255 218 158 0 0.15 0.38 0 37.11 1 0.81
Hex FF DA 9E 0 F 26 0 25 64 51
Octal 377 332 236 0 17 46 0 45 144 121
Binary 11111111 11011010 10011110 0 1111 100110 0 100101 1100100 1010001

Color Harmonies of #FFDA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA9E

Black with #FFDA9E

Text Example


Text Example

White with #FFDA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA9E; }

 p { color: rgb(255,218,158); }

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

background-color css

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

 a { background-color: rgb(255,218,158); }

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

border-color css

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

 span { border-color: rgb(255,218,158); }

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