Html Css Color HEX #FBDD9A Cream Brulee

📋 copy color: '#FBDD9A'

red 251 ◦ green 221 ◦ blue 154

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

Shades of Cream Brulee #FBDD9A

Tints of Cream Brulee #FBDD9A

RGB

 RED value IS 251 (98.44% from 255) = 40.1%

 GREEN value IS 221 (86.72% from 255) = 35.3%

 BLUE value IS 154 (60.55% from 255) = 24.6%

R = 40.1%
G = 35.3%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBDD9A (or 0xFBDD9A) is known color: Cream Brulee. HEX triplet: FB, DD and 9A. RGB value is (251,221,154). Sum of RGB (Red+Green+Blue) = 251+221+154=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 154 (60.55% from 255 or 24.60% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDD9A is #042265. Grayscale: #DEDEDE. Windows color (decimal): -270950 or 10149371. OLE color: 10149371.

HSL color Cylindrical-coordinate representation of color #FBDD9A: hue angle of 41.44º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBDD9A is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 221 154 -
CMYK 0 0.12 0.39 0.02
HSL 41.44º 0.92% 0.79% -
HSV(B) 41.44º 0.39% 0.98% -
XYZ 71.47 74.56 41.2 -
YUV 222.33 89.44 148.45 -
System Red Green Blue C M Y K H S L
Decimal 251 221 154 0 0.12 0.39 0.02 41.44 0.92 0.79
Hex FB DD 9A 0 C 27 2 29 5C 4F
Octal 373 335 232 0 14 47 2 51 134 117
Binary 11111011 11011101 10011010 0 1100 100111 10 101001 1011100 1001111

Color Harmonies of #FBDD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDD9A

Black with #FBDD9A

Text Example


Text Example

White with #FBDD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDD9A; }

 p { color: rgb(251,221,154); }

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

background-color css

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

 a { background-color: rgb(251,221,154); }

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

border-color css

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

 span { border-color: rgb(251,221,154); }

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