Html Css Color HEX #FBF19B Pale Prim

📋 copy color: '#FBF19B'

red 251 ◦ green 241 ◦ blue 155

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

Shades of Pale Prim #FBF19B

Tints of Pale Prim #FBF19B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.25%

 BLUE value IS 155 (60.94% from 255) = 23.96%

R = 38.79%
G = 37.25%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FBF19B (or 0xFBF19B) is known color: Pale Prim. HEX triplet: FB, F1 and 9B. RGB value is (251,241,155). Sum of RGB (Red+Green+Blue) = 251+241+155=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 155 (60.94% from 255 or 23.96% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF19B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF19B is #040E64. Grayscale: #EAEAEA. Windows color (decimal): -265829 or 10220027. OLE color: 10220027.

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

Color convert

RGB 251 241 155 -
CMYK 0 0.04 0.38 0.02
HSL 53.75º 0.92% 0.8% -
HSV(B) 53.75º 0.38% 0.98% -
XYZ 77.16 85.79 43.5 -
YUV 234.19 83.31 139.99 -
System Red Green Blue C M Y K H S L
Decimal 251 241 155 0 0.04 0.38 0.02 53.75 0.92 0.8
Hex FB F1 9B 0 4 26 2 36 5C 50
Octal 373 361 233 0 4 46 2 66 134 120
Binary 11111011 11110001 10011011 0 100 100110 10 110110 1011100 1010000

Color Harmonies of #FBF19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF19B

Black with #FBF19B

Text Example


Text Example

White with #FBF19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF19B; }

 p { color: rgb(251,241,155); }

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

background-color css

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

 a { background-color: rgb(251,241,155); }

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

border-color css

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

 span { border-color: rgb(251,241,155); }

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