Html Css Color HEX #FFF69B Pale Prim

📋 copy color: '#FFF69B'

red 255 ◦ green 246 ◦ blue 155

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

Shades of Pale Prim #FFF69B

Tints of Pale Prim #FFF69B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.5%

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

R = 38.87%
G = 37.5%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FFF69B (or 0xFFF69B) is known color: Pale Prim. HEX triplet: FF, F6 and 9B. RGB value is (255,246,155). Sum of RGB (Red+Green+Blue) = 255+246+155=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 155 (60.94% from 255 or 23.63% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF69B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF69B is #000964. Grayscale: #EEEEEE. Windows color (decimal): -2405 or 10221311. OLE color: 10221311.

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

Color convert

RGB 255 246 155 -
CMYK 0 0.04 0.39 0
HSL 54.6º 1% 0.8% -
HSV(B) 54.6º 0.39% 1% -
XYZ 80.11 89.54 44.07 -
YUV 238.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 255 246 155 0 0.04 0.39 0 54.6 1 0.8
Hex FF F6 9B 0 4 27 0 37 64 50
Octal 377 366 233 0 4 47 0 67 144 120
Binary 11111111 11110110 10011011 0 100 100111 0 110111 1100100 1010000

Color Harmonies of #FFF69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF69B

Black with #FFF69B

Text Example


Text Example

White with #FFF69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF69B; }

 p { color: rgb(255,246,155); }

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

background-color css

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

 a { background-color: rgb(255,246,155); }

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

border-color css

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

 span { border-color: rgb(255,246,155); }

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