Html Css Color HEX #FFFFCA Cream

📋 copy color: '#FFFFCA'

red 255 ◦ green 255 ◦ blue 202

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

Shades of Cream #FFFFCA

Tints of Cream #FFFFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 35.81%

 BLUE value IS 202 (79.3% from 255) = 28.37%

R = 35.81%
G = 35.81%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFFFCA (or 0xFFFFCA) is known color: Cream. HEX triplet: FF, FF and CA. RGB value is (255,255,202). Sum of RGB (Red+Green+Blue) = 255+255+202=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 202 (79.30% from 255 or 28.37% from 712); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFCA is #000035. Grayscale: #F9F9F9. Windows color (decimal): -54 or 13303807. OLE color: 13303807.

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

Color convert

RGB 255 255 202 -
CMYK 0 0 0.21 0
HSL 60º 1% 0.9% -
HSV(B) 60º 0.21% 1% -
XYZ 87.66 97.04 69.99 -
YUV 248.96 101.5 132.31 -
System Red Green Blue C M Y K H S L
Decimal 255 255 202 0 0 0.21 0 60 1 0.9
Hex FF FF CA 0 0 15 0 3C 64 5A
Octal 377 377 312 0 0 25 0 74 144 132
Binary 11111111 11111111 11001010 0 0 10101 0 111100 1100100 1011010

Color Harmonies of #FFFFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFFCA

Black with #FFFFCA

Text Example


Text Example

White with #FFFFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFFCA; }

 p { color: rgb(255,255,202); }

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

background-color css

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

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

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

border-color css

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

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

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